Compare commits
2 Commits
6413be0928
...
abf8ea60af
Author | SHA1 | Date | |
---|---|---|---|
abf8ea60af | |||
38c45fcd66 |
@ -54,7 +54,7 @@ storage:
|
||||
contents:
|
||||
inline: |
|
||||
#!/bin/bash
|
||||
rpm-ostree install kubelet kubeadm kubectl cri-o vim
|
||||
rpm-ostree install kubelet kubeadm kubectl cri-o vim etcd
|
||||
systemctl reboot
|
||||
- path: /home/steven/cluster-config.yaml
|
||||
mode: 0600
|
||||
@ -68,6 +68,7 @@ storage:
|
||||
flex-volume-plugin-dir: "/var/lib/kubelet/volumeplugins/nodeagent~uds"
|
||||
networking:
|
||||
podSubnet: "10.244.0.0/16"
|
||||
controlPlaneEndpoint: "10.69.69.50"
|
||||
---
|
||||
apiVersion: kubeadm.k8s.io/v1beta3
|
||||
kind: InitConfiguration
|
||||
|
Loading…
x
Reference in New Issue
Block a user