Merge pull request #3618 from saad-ali/fix2410

Make master service IP static (no longer randomly assigned)
This commit is contained in:
Alex Robinson
2015-02-02 11:05:58 -08:00
9 changed files with 144 additions and 37 deletions

View File

@@ -106,7 +106,7 @@ var aService string = `
"apiVersion": "v1beta1",
"id": "a",
"port": 8000,
"portalIP": "10.0.0.1",
"portalIP": "10.0.0.100",
"labels": { "name": "a" },
"selector": { "name": "a" }
}