mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #26904 from madhusudancs/federation-apiserver-protocol
Automatic merge from submit-queue Prefix scheme/protocol to federation API server URL. cc @kubernetes/sig-cluster-federation []()
This commit is contained in:
commit
005011227e
@ -18,7 +18,7 @@ spec:
|
||||
image: {{.FEDERATION_CONTROLLER_MANAGER_IMAGE_REPO}}:{{.FEDERATION_CONTROLLER_MANAGER_IMAGE_TAG}}
|
||||
command:
|
||||
- /usr/local/bin/federation-controller-manager
|
||||
- --master={{.FEDERATION_APISERVER_DEPLOYMENT_NAME}}:443
|
||||
- --master=https://{{.FEDERATION_APISERVER_DEPLOYMENT_NAME}}:443
|
||||
ports:
|
||||
- containerPort: 443
|
||||
name: https
|
||||
|
Loading…
Reference in New Issue
Block a user