Hi @radcortez / @Sgitario / @iocanel should this feature (see #34487 & #34025) have made it into the 3.3.0release? If so, it does not seem to work fully.
If I specify the following (the kubernetes, openshift, knative, and minikube extensions are all present):
quarkus.kubernetes.part-of=villains-service
quarkus.kubernetes.annotations."app.openshift.io/connects-to"=villains-db,otel-collector
quarkus.kubernetes.env.configmaps=${quarkus.application.name}-config
quarkus.kubernetes.env.secrets=${quarkus.application.name}-config-creds
quarkus.kubernetes.labels.app=${quarkus.application.name}
quarkus.kubernetes.labels.application=${quarkus.kubernetes.part-of}
quarkus.kubernetes.labels.system=quarkus-super-heroes
quarkus.openshift.route.expose=true
when the OpenShift & KNative resources are generated, the resources (the OpenShift DeploymentConfig and the KNative Service) do not have the expected annotations or labels. They do, however, have the expected ConfigMaps and Secrets.
The minikube Deployment, though, does look to be ok.
I'm not sure if this is because for OpenShift/Knative the resource types are different (kubernetes Deployment vs OpenShift DeploymentConfig/KNative Service)?
In any event, it does not work as expected.
Originally posted by @edeandrea in #34487 (comment)
Hi @radcortez / @Sgitario / @iocanel should this feature (see #34487 & #34025) have made it into the
3.3.0release? If so, it does not seem to work fully.If I specify the following (the
kubernetes,openshift,knative,andminikubeextensions are all present):when the OpenShift & KNative resources are generated, the resources (the OpenShift
DeploymentConfigand the KNativeService) do not have the expected annotations or labels. They do, however, have the expectedConfigMaps andSecrets.The minikube
Deployment, though, does look to be ok.I'm not sure if this is because for OpenShift/Knative the resource types are different (kubernetes
Deploymentvs OpenShiftDeploymentConfig/KNativeService)?In any event, it does not work as expected.
Originally posted by @edeandrea in #34487 (comment)