mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Make master service IP static (no longer randomly assigned)
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
|
Reference in New Issue
Block a user