-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: added configuration for snapshot controller
- Loading branch information
1 parent
9c66d8d
commit 5c90c11
Showing
5 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
config/upcloud/group_vars/k8s_cluster/ck8s-k8s-cluster-upcloud.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
etcd_deployment_type: kubeadm | ||
|
||
## Repo for UpClouds csi-driver: https://github.com/UpCloudLtd/upcloud-csi | ||
## To use UpClouds CSI plugin to provision volumes set this value to true | ||
## Remember to set the main account credentials as UPCLOUD_USERNAME and UPCLOUD_PASSWORD when running kubespray. | ||
upcloud_csi_enabled: true | ||
upcloud_csi_enable_volume_snapshot: true | ||
upcloud_csi_snapshot_is_default: true | ||
velero_upcloud_volumesnapshotclass_enabled: true | ||
|
||
## Storage class options | ||
expand_persistent_volumes: true | ||
persistent_volumes_enabled: true | ||
storage_classes: | ||
- name: standard | ||
is_default: true | ||
|
||
supplementary_addresses_in_ssl_keys: [<loadbalancer-domain>, "kube.ops.CHANGE-ME-BASE-DOMAIN"] | ||
|
||
kubeconfig_localhost_ansible_host: true |
Submodule kubespray
updated
4 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters