mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +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}}
|
image: {{.FEDERATION_CONTROLLER_MANAGER_IMAGE_REPO}}:{{.FEDERATION_CONTROLLER_MANAGER_IMAGE_TAG}}
|
||||||
command:
|
command:
|
||||||
- /usr/local/bin/federation-controller-manager
|
- /usr/local/bin/federation-controller-manager
|
||||||
- --master={{.FEDERATION_APISERVER_DEPLOYMENT_NAME}}:443
|
- --master=https://{{.FEDERATION_APISERVER_DEPLOYMENT_NAME}}:443
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 443
|
- containerPort: 443
|
||||||
name: https
|
name: https
|
||||||
|
Loading…
Reference in New Issue
Block a user