1 changed file
kubernetes | ||
kubectl_restart.sh | ||
Add comment 16
Add comment 17 Tested on Mesos 0.23 and 0.24";
Add comment 18
Add comment 19 Minus $VERSION = "0.2";
Add comment 19 Plus $VERSION = "0.2.1";
Add comment 20
Add comment 21 use strict;
Add comment 22 use warnings;
Add comment 28 use Data::Dumper;
Add comment 29 use LWP::Simple '$ua';
Add comment 30
Add comment 31 Plus set_port_default(5050);
Add comment 32 Plus
Add comment 31 33 env_creds(["Mesos Master", "Mesos"], "Mesos");
Add comment 32 Minus set_port_default(5050);
Add comment 33 34
Add comment 34 35 %options = (
Add comment 35 36 %hostoptions,