kubeadm-workshop icon indicating copy to clipboard operation
kubeadm-workshop copied to clipboard

Showcasing a bare-metal multi-platform kubeadm setup with persistent storage and monitoring

Results 30 kubeadm-workshop issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting the error Unable to mount volumes for pod error from the sample-prometheus-instance.yaml. No change was made in the yaml file. Was wondering anyone encounters the same error?...

Hi I tried this with various version of Kubernetes (1.9.1, 1.8.1, 1.8.8, 1.7.11) and it runs until Rook cluster is started at which point it takes 5 minutes to respond...

Hi @luxas, I am following the sample provided @ https://docs.bitnami.com/kubernetes/how-to/configure-autoscaling-custom-metrics/ to try horizontal scaling of pods. During the creation of custom API server when I do "kubectl create -f custom-metrics.yaml",...

Hi @luxas, for quite some time I am using and further improving a k8s cluster installer based on kubeadm. Can you take a look if you want to adopt it...

Hello, I've tried the custom-metrics-metrics-apiserver and the sample-metrics-app on a 1.8.6 GKE cluster and I think there is an error I'm making with regards to authentication or RBAC perhaps, but...

Current guide does not result in working cluster. Dashboard install instructions not current (can fix by using "offical" arm installation of kubernetes-dashboard-arm). No "heapster.yaml" in demos folder. Seems to be...

## Background * I am building a bare-metal k8s at home using a mix of rpi3s and old amd64 laptops * Ran into issue with multi-arch support when following official...

Following this tutorial, which is very useful btw, thanks for that. I found the installation process a bit tedious, so I wrote a small script to automate the installation, though...

Dashboard install not working: ``` $ curl -sSL https://git.io/kube-dashboard | sed "s|image:.*|image: luxas/kubernetes-dashboard:v1.6.3|" | kubectl apply -f - error: error validating "STDIN": error validating data: apiVersion not set; if you...