Grzegorz Głąb
Grzegorz Głąb
Hi, I would like to install Hopsworks on kubernetes in opposite on dedicated VM.
Recently I stumble upon a situation when running controller gen had no effect ``` controller-gen crd:headerFile="hack/boilerplate.go.txt",year=2024 paths="./pkg/api/..." output:dir="." ``` for the `crd` gen, but worked fine for `object` gen ```...
This is proposal to create a wrapper for `Runnable`, which would execute runnable exery `x` time, discussed [here](https://kubernetes.slack.com/archives/C02MRBMN00Z/p1675862721111239)
Currently integration tests are : - downloading kube-apiserver, etcd, kubectl binary - starts them - install crds - registers decorator/composite webhooks - create resources and wait for results The problematic...
**Is your feature request related to a problem? Please describe.** It seems Azure Linux supports only `crgoup v1` **Describe the solution you'd like** A clear and concise description of what...
**Is your feature request related to a problem? Please describe.** Each Node in AKS cluster have corresponding VirtualMachine/ VirtualMachineScaleSet. This information should be exposed via label on the node object,...
Hi, it seems azure released metrics data plane api - https://learn.microsoft.com/en-us/rest/api/monitor/metrics-data-plane/batch?tabs=HTTP - and it suppose not to be rate limited - https://techcommunity.microsoft.com/t5/azure-observability-blog/azure-monitor-announcing-public-preview-of-azure-metrics-data/ba-p/3805986 seems like something which looks promising to use...
Hi I sometimes see that resource health availability state is available, however provisioning state is failed, Could it be also exported as metric ?
Hi, does the health events - https://docs.microsoft.com/en-us/azure/service-health/resource-health-overview are also exported when state is `degraded`/`unavailable` ? Can it be added ?