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
Installing policies from artifacthub.io I realized the following:
$ kwctl pull ghcr.io/kubewarden/policies/safe-labels:v0.1.13 # as printed in artifacthub's install button, note no registry://
$ $ kwctl scaffold manifest -t ClusterAdmissionPolicy ghcr.io/kubewarden/policies/safe-labels:v0.1.13Error: relative URL without a base
This is true for other subcommands too:
$ kwctl rm ghcr.io/kubewarden/policies/safe-labels:v0.1.13
Error: relative URL without a base
$ kwctl rm registry://ghcr.io/kubewarden/policies/safe-labels:v0.1.13
The text was updated successfully, but these errors were encountered:
We should go through all the commands we have and understand which one can be changed to assume the usage of the registry:// protocol when no protocol is being used.
For example, the pull command can be changed, while the rm one is a bit trickier
viccuad
pushed a commit
to viccuad/kwctl
that referenced
this issue
Aug 13, 2024
Installing policies from artifacthub.io I realized the following:
This is true for other subcommands too:
The text was updated successfully, but these errors were encountered: