mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
UpCloud integration (#8653)
* [upcloud] add upcloud csi-driver * Option to use ansible_host as api ip for kubueconfig
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: upcloud
|
||||
namespace: kube-system
|
||||
stringData:
|
||||
username: {{ upcloud_username }}
|
||||
password: {{ upcloud_password }}
|
||||
Reference in New Issue
Block a user