-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate / Remove jkube.io
annotation prefix from JKubeAnnotations
#1273
Comments
jkube.io
annotation prefixjkube.io
annotation prefix from JKubeAnnotations
All annotations, or fields that use the If we want to implement this for 1.x, we should provide at least a workaround to configure the former prefix in case users are relying on these values. |
@rohanKanojia may I work on this? |
@anurag-rajawat : I'm sorry I didn't see your comment. I created it as a follow-up task for something I did in the past. Would you like to work on more complicated issues? |
yes @rohanKanojia |
@rohanKanojia how do you want to proceed with this? |
Let me take care of this issue. Do you think you can pick up #1954 ? |
I'm not sure but I can try. |
…n prefix for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useDeprecatedAnnotations` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (eclipse-jkube#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…n prefix in favor of `jkube.eclipse.org` for JKubeAnnotations (#1273) + Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` + Add `jkube.useOldJKubePrefix` flag to switch to `jkube.io` annotation prefix in case any user is interested in this. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Description
While working on #1237 , I noticed that we generated some opinionated annotations which are prefixed by
jkube.io
. For example:This reminded me of #1245 . This also could be side effect of
s/fabric8/jkube
. Sincejkube.io
is an unreachable address; Does it make sense to replace prefix with something else (eclipse.org/jkube
orjkube.eclipse.org
)? It seems to be coming from here:https://github.com/eclipse/jkube/blob/0957e212de6ce6d9da5dd6aefa6c58d00a8ac853/jkube-kit/config/resource/src/main/java/org/eclipse/jkube/kit/config/resource/JKubeAnnotations.java#L46
I don't think we use these annotations internally as input from users like in the case of #1245 .
The text was updated successfully, but these errors were encountered: