mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Merge pull request #117630 from skitt/intstr-fromint32-cluster-lifecycle
Cluster lifecycle: use new intstr functions
This commit is contained in:
commit
589d6f3886
@ -109,7 +109,7 @@ func (idr *InitDryRunGetter) handleKubernetesService(action core.GetAction) (boo
|
|||||||
{
|
{
|
||||||
Name: "https",
|
Name: "https",
|
||||||
Port: 443,
|
Port: 443,
|
||||||
TargetPort: intstr.FromInt(6443),
|
TargetPort: intstr.FromInt32(6443),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user