-
```Message: failed on teardown with "AssertionError: Failed to create pod
assert None"
Type: None
Text:
def finalizer():
"""
Stop the thread that executed watch_load()
…
-
Environment: Minikube
minikube version: v1.31.2
commit: fd7ecd9c4599bef9f04c0986c4a0187f98a4396e
container runtime - minikube forced to use docker as container runtime via config
OS: Windows, …
-
`DeploymentConfig` does not support node anti affinity for PODs with kube > 1.6. Can the DeploymentConfigs be converted to use `Deployment`'s instead, so that anti affinity can be used? We want to gua…
-
### Describe the bug
I have updated kubernetes-client from 4.13.3. to 5.12.4 and our tests are failing, which I provide a reproducer.
Error
```
io.fabric8.kubernetes.client.KubernetesClientExcep…
-
I'm sure there's a better way to put this but i'm not a frontend person so i'll post some screenshots.
Just an example created from the "Create DeploymentConfig" button under Workloads>Deploymentco…
-
**Describe the bug**
When applying kadalu-operator-openshift.yaml (0.8.16) , I get :
```
The RoleBinding "kadalu-operator" is invalid: roleRef: Invalid value: rbac.RoleRef{APIGroup:"rbac.authorizat…
-
**Describe the bug**
We have our services deployed using different openshift objects like deployment, deployment config, cronjob, Argo workflows, etc.
recently, the pods corresponding to these objec…
-
## What should odo do differently? Which functionality do you think we should change?
Coming from other tools one would sometimes type `log` or `logs`, being the latter not supported. This enhancem…
-
I can create a MySQL service and pods through the UI but not through the CL.
Attempted to install mysql
```
$ oc new-app -e MYSQL_USER= -e MYSQL_PASSWORD= -e MYSQL_DATABASE= mysql:5.6
```
```
--…
-
Using latest release v4.1.0, Replicas inside the **DeploymentConfig** resource are not being considered.
**lifecycle-deployment-scaling** was skipped with log:
`Test skipped because there are no …