Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename EnableExternalCloudControllerManager -> External in ProviderConfig #237

Merged
merged 3 commits into from
Mar 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion config.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,21 @@ network:
node_port_range: ''

provider:
name: '' # Kubernetes cloud provider, like "aws"
# Supported cloud provider names:
# * aws
# * digitalocean
# * hetzner
# * none
# * openstack
# * vshere
name: ''

# Regulate kubelet flag --cloud-provider=external, to be used with external
# Cloud Controller Managers (CCM)
external: false

# path to file that will be uploaded and used as custom --cloud-config file
cloud_config: ''

features:
# enables PodSecurityPolicy admission plugin in API server, as well as creates
Expand Down