Michael Cristina
Michael Cristina
The docs are now hosted at https://kube-vip.io **What type of PR is this?** /kind documentation **What this PR does / why we need it**: **Special notes for your reviewer**: **Does...
Add https://github.com/fatih/faillint/ as a linter. >Faillint is a simple Go linter that fails when a specific set of import paths or exported path's functions, constant, vars or types are used....
To help catch failures, we should validate the resource name is a valid kubernetes name. In the following example, variable interpolation is incorrect due to user error (note the `$$`...
`Warn` is more standard
##### SUMMARY This fixes the default container name for kubectl. Currently, kubectl will output the following when no container is selected ``` kubectl logs awx-operator-controller-manager-868bb969f6-mnssz Default container name "manager" not...
Currently the [squeue metrics parser](https://github.com/vpenso/prometheus-slurm-exporter/blob/895c7c6b8fec16dc45ea2f97e9e2c2202606c30c/queue.go#L56) will only detect Pending jobs, and additionally if they have a `Dependency`. Slurm has other states it can put here, such as `DependencyNeverSatisfied` or `JobArrayTaskLimit`
In the android app, under `My Devices`, there is no way to tell if a device is online or not. Maybe we can add an indicator of if the device...
The [current CRD](https://github.com/kubeflow/pytorch-operator/blob/a502590d8d340186604e695c55b4cc6cea5cee0d/manifests/base/crd.yaml#L1) is v1beta1 which is [deprecated](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122) and is no longer served as of v1.22.
Currently `PriorityClassName` is a configuration under `BatchSchedulerOptions`, but a batch scheduler is not needed for using [priority classes](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass). I think that drivers and executers should be able to set their...
Using custom printer columns we can have a better glance at sparkapp status, so `kubectl get sparkapps` could provide good context. We could add the kubebuilder markers to the [v1beta2...