mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Rename 'portal IP' to 'cluster IP' most everywhere
This covers obvious transforms, but not --portal_net, $PORTAL_NET and similar.
This commit is contained in:
@@ -209,7 +209,7 @@ var _ = Describe("DNS", func() {
|
||||
Name: testServiceName,
|
||||
},
|
||||
Spec: api.ServiceSpec{
|
||||
PortalIP: "None",
|
||||
ClusterIP: "None",
|
||||
Ports: []api.ServicePort{
|
||||
{Port: 80},
|
||||
},
|
||||
|
Reference in New Issue
Block a user