Marc Nuri
Marc Nuri
- #3506 - #3641 Models: https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.3/html/apis/apis#rhacm-docs_apis_cluster_jsondeletecluster https://github.com/fabric8io/kubernetes-client/issues/3506#issuecomment-990899044 | Group | URL | | ----- | --- | | `agent.open-cluster-management.io` | https://github.com/stolostron/klusterlet-addon-controller/tree/main/pkg/apis/agent/v1 | | `app.k8s.io` | ~https://github.com/kubernetes-sigs/application/tree/master/api/v1beta1~ extremely deprecated | |...
https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting Another option would be to leave it blank and let the cluster decide. But yes, this seems like something we should fix.
As agreed during triage session, we should **set** the value to Always (not leave it blank), and provide a warning.
I'm running into some problems with this scenario. Running on Minikube and imagePullPolicy is set to `Always`. The scenario where the image is built in the Minikube's Docker daemon `eval...
Another option that we might consider is using the hash to reference the image in the generated resources when the project version is a SNAPSHOT.
The problem is that the change may break some inner-loop scenarios (such as the mentioned issue with Minikube). We need to further evaluate this so that the fix is valid...
Apparently this is an actual bug since it contravenes what's stated in the docs: > The pull policy imagePullPolicy is set according to the given configuration. If no configuration is...
> I see this issue happening only on JDK8. On JDK11and JDK17 I'm not able to reproduce this issue. That's weird. What initially was some side effect of: > IMPROBABLE...
Problems with Sundrio generation (same as for `kubernetes-model-kustomize` #6189/#6312 and `kubernetes-model-resource` #6188/#6257). Some fields have no type and get declared as `private KubernetesResource fieldName;`. When Sundrio generates the builder for...
Hi Robin, The `17` in the JKube version has nothing to do with the supported Java version. We've been supporting Java 21 almost since the LTS version of Java was...