-
When i change count of replicas like that:
```java
client.deploymentConfig().edit(d -> new DeplConfigBuilder(d).editSpec().withreplicas(0).endSpec().build()
```
in openshift dont change count of …
-
Hello, can not find info, about how to add environment variable in DeploymentConfig (openshift), can u help me please?
-
As of the 0.6 release the operator now request cluster-admin permissions. We should reduce the scope of the permissions requested to clearly state what cluster permissions are required to run the ODH…
-
Deployment configs are missing in the Role that is created for site controller. Could you add it ?
https://github.com/skupperproject/skupper/blob/master/cmd/site-controller/deploy-watch-current-ns.…
-
I have a brand new Kubernetes cluster running in GKE with more than enough resources allocated to it:
I installed my operator using the following command:
```
kamel install \
--global \
--reg…
-
## Description
The fix provided for #5236 to allow scaling of DeploymentConfigs using the legacy approach is not working in JDK, Jetty, and Vert.x HttpClient implementations.
There seems to be a p…
-
I am exploring kube-green for our setup and I have a few questions:
1. Can we scale down the entire workloads in namespace or do we have have to do it per workload?
2. Can it be used to delete HPA…
-
**Description**
Currently topology plugin visualized k8s resources like Deployment, Pods, services, Ingress. With this spike we would need to capture how to fetch OpenShift specific resources from k8…
-
In #4906 we're removing Service Catalog related code from odo. We also need to remove everything else that's tied to OCP 3.11. Few places to look at:
- s2i code beyond what's helping with `odo create…
-
Environment: Minikube
minikube version: v1.31.2
commit: fd7ecd9c4599bef9f04c0986c4a0187f98a4396e
container runtime - minikube forced to use docker as container runtime via config
OS: Windows, …