devopstales

Results 52 comments of devopstales

I restartid now it is 9sec old: ``` 2020/04/16 16:06:55 Using namespace: kubernetes-dashboard-system 2020/04/16 16:06:55 Using in-cluster config to connect to apiserver 2020/04/16 16:06:55 Starting overwatch 2020/04/16 16:06:55 Using secret...

I didn't change the Deployment just delete the pod.

This is my deployment: ``` apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: "1" kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"k8s-app":"kubernetes-dashboard"},"name":"kubernetes-dashboard","namespace":"kubernetes-dashboard-system"},"spec":{"replicas":1,"revisionHistoryLimit":10,"selector":{"matchLabels":{"k8s-app":"kubernetes-dashboard"}},"template":{"metadata":{"labels":{"k8s-app":"kubernetes-dashboard"}},"spec":{"containers":[{"args":["--auto-generate-certificates","--namespace=kubernetes-dashboard-system"],"image":"kubernetesui/dashboard:v2.0.0-beta8","imagePullPolicy":"Always","livenessProbe":{"httpGet":{"path":"/","port":8443,"scheme":"HTTPS"},"initialDelaySeconds":30,"timeoutSeconds":30},"name":"kubernetes-dashboard","ports":[{"containerPort":8443,"protocol":"TCP"}],"securityContext":{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":2001,"runAsUser":1001},"volumeMounts":[{"mountPath":"/certs","name":"kubernetes-dashboard-certs"},{"mountPath":"/tmp","name":"tmp-volume"}]}],"nodeSelector":{"beta.kubernetes.io/os":"linux"},"serviceAccountName":"kubernetes-dashboard","tolerations":[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master"}],"volumes":[{"name":"kubernetes-dashboard-certs","secret":{"secretName":"kubernetes-dashboard-certs"}},{"emptyDir":{},"name":"tmp-volume"}]}}}} creationTimestamp: "2020-04-16T15:48:18Z" generation: 1 labels: k8s-app: kubernetes-dashboard name: kubernetes-dashboard namespace: kubernetes-dashboard-system resourceVersion: "55902" selfLink:...

I recreated the custer now I get hist in the certificate: ``` kubectl exec -ti openunison-orchestra-74d7697d85-x6dhr -n openunison -- openssl s_client -connect 'kubernetes-dashboard.kubernetes-dashboard-system:443' --showcerts CONNECTED(00000005) depth=0 C = US, ST...

Yes I use a self signed rootCA and certs. This rootCA is trusted in my browser. So somehow I need to tell OpenUnison to trust this CA right? Is ther...

OK. Now I can see the kubernetes dashboard but I got Unauthorized for everything on it: ``` 2020/04/22 17:23:39 [2020-04-22T17:23:39Z] Incoming HTTP/1.1 GET /api/v1/settings/global/cani request from 10.244.2.83:40876: 2020/04/22 17:23:39 [2020-04-22T17:23:39Z]...

Add `vm_id` instad of `name`.

Same with 2.2.6 on Fedora 31 ``` vagrant plugin install vagrant-vbguest Installing the 'vagrant-vbguest' plugin. This can take a few minutes... Vagrant failed to properly resolve required dependencies. These errors...