Created
February 5, 2020 03:12
-
-
Save onelittlenightmusic/88e4ad7b1a3a0c70863787c0d8ad78c5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
apiVersion: cluster.x-k8s.io/v1alpha2 | |
kind: Machine | |
metadata: | |
name: capi-quickstart-controlplane-0 | |
labels: | |
cluster.x-k8s.io/control-plane: "true" | |
cluster.x-k8s.io/cluster-name: "capi-quickstart" | |
spec: | |
version: v1.15.3 | |
bootstrap: | |
configRef: | |
apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2 | |
kind: KubeadmConfig | |
name: capi-quickstart-controlplane-0 | |
infrastructureRef: | |
kind: DockerMachine | |
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2 | |
name: capi-quickstart-controlplane-0 | |
--- | |
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2 | |
kind: DockerMachine | |
metadata: | |
name: capi-quickstart-controlplane-0 | |
--- | |
apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2 | |
kind: KubeadmConfig | |
metadata: | |
name: capi-quickstart-controlplane-0 | |
spec: | |
initConfiguration: | |
nodeRegistration: | |
kubeletExtraArgs: | |
eviction-hard: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0% | |
clusterConfiguration: | |
controllerManager: | |
extraArgs: | |
enable-hostpath-provisioner: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment