You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get Crossplane packages with the up CLI from a remote Artifactory registry that I managed to build and push using kubectl crossplane plugin.
Can you give instructions on how to do that ?
I would like to do something like : up xpkg dep <my-server>/<registry-path>/my-provider:0.0.2 but it doesn't work.
Because I have an issue in VSCode whenever I want to reference such an external provider into my crossplane.yaml file :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to get Crossplane packages with the
up
CLI from a remote Artifactory registry that I managed to build and push using kubectl crossplane plugin.Can you give instructions on how to do that ?
I would like to do something like :
up xpkg dep <my-server>/<registry-path>/my-provider:0.0.2
but it doesn't work.Because I have an issue in VSCode whenever I want to reference such an external provider into my
crossplane.yaml
file :and in the VSCode editor, an error message like this appears when I mouse over the underlined text :
I have installed up v0.19.1 and VSCode upbound plugin v0.0.5.
Beta Was this translation helpful? Give feedback.
All reactions