Created
April 7, 2020 06:16
-
-
Save bonedaddy/20bd8d9c8b7a1acf94fd8e444bca8af5 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
rtrade@capecod:~/KubeIPFS/temporal/testenv$ bash init.sh | |
_______ _ | |
|__ __| | | | |
| | ___ _ __ ___ _ __ ___ _ __ __ _| | | |
| |/ _ \ '_ ' _ \| '_ \ / _ \| '__/ _' | | | |
| | __/ | | | | | |_) | (_) | | | (_| | | | |
|_|\___|_| |_| |_| .__/ \___/|_| \__,_|_| | |
| | | |
|_| | |
Inititalizing prerequisites..... | |
namespace/linkerd created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-identity created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-identity created | |
serviceaccount/linkerd-identity created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-controller created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-controller created | |
serviceaccount/linkerd-controller created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-destination created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-destination created | |
serviceaccount/linkerd-destination created | |
role.rbac.authorization.k8s.io/linkerd-heartbeat created | |
rolebinding.rbac.authorization.k8s.io/linkerd-heartbeat created | |
serviceaccount/linkerd-heartbeat created | |
role.rbac.authorization.k8s.io/linkerd-web created | |
rolebinding.rbac.authorization.k8s.io/linkerd-web created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-web-check created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-web-check created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-web-admin created | |
serviceaccount/linkerd-web created | |
customresourcedefinition.apiextensions.k8s.io/serviceprofiles.linkerd.io created | |
customresourcedefinition.apiextensions.k8s.io/trafficsplits.split.smi-spec.io created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-prometheus created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-prometheus created | |
serviceaccount/linkerd-prometheus created | |
serviceaccount/linkerd-grafana created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-proxy-injector created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-proxy-injector created | |
serviceaccount/linkerd-proxy-injector created | |
secret/linkerd-proxy-injector-tls created | |
mutatingwebhookconfiguration.admissionregistration.k8s.io/linkerd-proxy-injector-webhook-config created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-sp-validator created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-sp-validator created | |
serviceaccount/linkerd-sp-validator created | |
secret/linkerd-sp-validator-tls created | |
validatingwebhookconfiguration.admissionregistration.k8s.io/linkerd-sp-validator-webhook-config created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-tap created | |
clusterrole.rbac.authorization.k8s.io/linkerd-linkerd-tap-admin created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-tap created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-linkerd-tap-auth-delegator created | |
serviceaccount/linkerd-tap created | |
rolebinding.rbac.authorization.k8s.io/linkerd-linkerd-tap-auth-reader created | |
secret/linkerd-tap-tls created | |
apiservice.apiregistration.k8s.io/v1alpha1.tap.linkerd.io created | |
podsecuritypolicy.policy/linkerd-linkerd-control-plane created | |
role.rbac.authorization.k8s.io/linkerd-psp created | |
rolebinding.rbac.authorization.k8s.io/linkerd-psp created | |
configmap/linkerd-config created | |
secret/linkerd-identity-issuer created | |
service/linkerd-identity created | |
deployment.apps/linkerd-identity created | |
service/linkerd-controller-api created | |
deployment.apps/linkerd-controller created | |
service/linkerd-dst created | |
deployment.apps/linkerd-destination created | |
cronjob.batch/linkerd-heartbeat created | |
service/linkerd-web created | |
deployment.apps/linkerd-web created | |
configmap/linkerd-prometheus-config created | |
service/linkerd-prometheus created | |
deployment.apps/linkerd-prometheus created | |
configmap/linkerd-grafana-config created | |
service/linkerd-grafana created | |
deployment.apps/linkerd-grafana created | |
deployment.apps/linkerd-proxy-injector created | |
service/linkerd-proxy-injector created | |
service/linkerd-sp-validator created | |
deployment.apps/linkerd-sp-validator created | |
service/linkerd-tap created | |
deployment.apps/linkerd-tap created | |
Applying service mesh.. | |
kubernetes-api | |
-------------- | |
√ can initialize the client | |
√ can query the Kubernetes API | |
kubernetes-version | |
------------------ | |
√ is running the minimum Kubernetes API version | |
√ is running the minimum kubectl version | |
linkerd-existence | |
----------------- | |
√ 'linkerd-config' config map exists | |
√ heartbeat ServiceAccount exist | |
√ control plane replica sets are ready | |
√ no unschedulable pods | |
√ controller pod is running | |
√ can initialize the client | |
√ can query the control plane API | |
linkerd-config | |
-------------- | |
√ control plane Namespace exists | |
√ control plane ClusterRoles exist | |
√ control plane ClusterRoleBindings exist | |
√ control plane ServiceAccounts exist | |
√ control plane CustomResourceDefinitions exist | |
√ control plane MutatingWebhookConfigurations exist | |
√ control plane ValidatingWebhookConfigurations exist | |
√ control plane PodSecurityPolicies exist | |
linkerd-identity | |
---------------- | |
√ certificate config is valid | |
√ trust roots are using supported crypto algorithm | |
√ trust roots are within their validity period | |
√ trust roots are valid for at least 60 days | |
√ issuer cert is using supported crypto algorithm | |
√ issuer cert is within its validity period | |
√ issuer cert is valid for at least 60 days | |
√ issuer cert is issued by the trust root | |
linkerd-api | |
----------- | |
√ control plane pods are ready | |
√ control plane self-check | |
√ [kubernetes] control plane can talk to Kubernetes | |
√ [prometheus] control plane can talk to Prometheus | |
√ tap api service is running | |
linkerd-version | |
--------------- | |
√ can determine the latest version | |
√ cli is up-to-date | |
control-plane-version | |
--------------------- | |
√ control plane is up-to-date | |
√ control plane and cli versions match | |
Status check results are √ | |
secret/secret-config created | |
configmap/ipfs-cluster-config created | |
Generating erlang cookie... | |
secret/rabbitmq-config created | |
Error: must either provide a name or specify --generate-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment