Created
February 5, 2020 03:04
-
-
Save onelittlenightmusic/9884f8b64806d841051029b8ef4af3df 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
kubectl create -f https://github.com/kubernetes-sigs/cluster-api-provider-docker/releases/download/v0.2.1/provider-components.yaml | |
namespace/capd-system created | |
customresourcedefinition.apiextensions.k8s.io/dockerclusters.infrastructure.cluster.x-k8s.io created | |
customresourcedefinition.apiextensions.k8s.io/dockermachines.infrastructure.cluster.x-k8s.io created | |
customresourcedefinition.apiextensions.k8s.io/dockermachinetemplates.infrastructure.cluster.x-k8s.io created | |
role.rbac.authorization.k8s.io/capd-leader-election-role created | |
clusterrole.rbac.authorization.k8s.io/capd-manager-role created | |
clusterrole.rbac.authorization.k8s.io/capd-proxy-role created | |
rolebinding.rbac.authorization.k8s.io/capd-leader-election-rolebinding created | |
clusterrolebinding.rbac.authorization.k8s.io/capd-manager-rolebinding created | |
clusterrolebinding.rbac.authorization.k8s.io/capd-proxy-rolebinding created | |
service/capd-controller-manager-metrics-service created | |
deployment.apps/capd-controller-manager created | |
kubectl get po -n capd-system | |
NAME READY STATUS RESTARTS AGE | |
capd-controller-manager-7cd8c765c-84j7r 2/2 Running 0 5m22s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment