wildfly-extras / wildfly-graphql-feature-pack

5 stars 6 forks source link

Provisioning to OpenShift with WildFly Glow fails #173

Closed t1 closed 3 months ago

t1 commented 3 months ago

When I try to provision my demo app that provides a Microprofile GraphQL service, the provisioning to OpenShift fails with this error message:

ERROR: Failure executing: POST at: xxx/imagestreams.
Message: ImageStream.image.openshift.io "wildfly-server-xxx" is invalid: metadata.labels: Invalid value:
"org.wildfly.glow.feature-pack.wildfly-microprofile-graphql-feature-pack":
name part must be no more than 63 characters.

org.wildfly.glow.feature-pack.wildfly-microprofile-graphql-feature-pack are 71 characters, but the limit is 63 (which seems to be an arbitrary and odd limitation to me). Maybe getting rid of the (redundant) -feature-pack suffix would help.

see https://github.com/wildfly/wildfly-glow/issues/72

t1 commented 3 months ago

the linked issue has been fixed