Luke Bond

Results 6 issues of Luke Bond

Steps to reproduce: ``` $ kubectl create -f metrics-server/ $ kubectl create -f ./podinfo/podinfo-svc.yaml,./podinfo/podinfo-dep.yaml $ kubectl create -f ./podinfo/podinfo-hpa.yaml ``` Soon after, I start seeing erroneous values for the CPU...

steps to reproduce: - create a cluster, wait for it to become healthy - set up a terminal watch on `kubectl get machines` for your cluster - in another terminal,...

This is because this check is unimplemented: https://github.com/cluster-api-provider-k3s/cluster-api-k3s/blob/main/pkg/machinefilters/machine_filters.go#L254

For kubeadm clusters one can do this: ```console $ clusterctl alpha rollout restart kubeadmcontrolplane/my-cluster ``` (see https://cluster-api.sigs.k8s.io/clusterctl/commands/alpha-rollout) ...and it will replace the controlplane like it would a machine deployment. it...

Great job on gitreceive, Jeff. I'm trying to run it on CoreOS and have trouble with this line: https://github.com/progrium/gitreceive/blob/master/gitreceive#L47 because it uses perl, which isn't installed on CoreOS out of...

Malt.io is heavily geared towards mash brewing. As a relative newb starting out I'm doing kit and extract brews for now, but it would be nice to be able to...

question