Skip to content

Instantly share code, notes, and snippets.

@onelittlenightmusic
Created February 5, 2020 03:00
Show Gist options
  • Save onelittlenightmusic/f641e3ab8439db5400c9fe25df7fb69c to your computer and use it in GitHub Desktop.
Save onelittlenightmusic/f641e3ab8439db5400c9fe25df7fb69c to your computer and use it in GitHub Desktop.
kubectl create -f https://github.com/kubernetes-sigs/cluster-api-bootstrap-provider-kubeadm/releases/download/v0.1.5/bootstrap-components.yaml
namespace/cabpk-system created
customresourcedefinition.apiextensions.k8s.io/kubeadmconfigs.bootstrap.cluster.x-k8s.io created
customresourcedefinition.apiextensions.k8s.io/kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io created
role.rbac.authorization.k8s.io/cabpk-leader-election-role created
clusterrole.rbac.authorization.k8s.io/cabpk-manager-role created
clusterrole.rbac.authorization.k8s.io/cabpk-proxy-role created
rolebinding.rbac.authorization.k8s.io/cabpk-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/cabpk-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/cabpk-proxy-rolebinding created
service/cabpk-controller-manager-metrics-service created
deployment.apps/cabpk-controller-manager created
kubectl get po -n cabpk-system
NAME READY STATUS RESTARTS AGE
cabpk-controller-manager-c58d8596f-rqczh 2/2 Running 0 7m13s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment