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

Following the decision in [here](https://github.com/kubernetes/kubernetes/pull/51653).

There is no file heapster.yaml in demos/monitoring.

``` ✗ kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1/namespaces/default/services/sample-metrics-app/http_requests | jq { "kind": "MetricValueList", "apiVersion": "custom.metrics.k8s.io/v1beta1", "metadata": { "selfLink": "/apis/custom.metrics.k8s.io/v1beta1/namespaces/default/services/sample-metrics-app/http_requests" }, "items": [ { "describedObject": { "kind": "Service", "name": "sample-metrics-app", "apiVersion": "/__internal" },...

I am trying to access the values of node metrics (exposed by node exporter to Prometheus) in custom metrics API which appear e.g. jobs.batch/node_memory_MemTotal. But when I do kubectl get...

updated apiregistration.k8s.io to v1beta1

https://github.com/luxas/kubeadm-workshop/blob/592921a9754939b6db435c99e4f9377ddd5a98df/demos/monitoring/custom-metrics.yaml#L163

I started everything as per the instructions in the readme.md file. After starting metrics server it doesnt show any metrics. Should I try to start with any change in config...

Hello Deploy Heapster with : `kubectl apply -f demos/monitoring/heapster.yaml` Heapster Pod comes online : ``` kube-system Pods NAME READY STATUS RESTARTS AGE IP NODE etcd-k8s-master 1/1 Running 0 38m 192.168.0.160...