crossplane / crossplane-cli

Tools and commands for managing and developing Crossplane
Apache License 2.0
14 stars 12 forks source link

support --imagePullSecret=<name> option for kubectl crossplane package install #59

Closed prasek closed 4 years ago

prasek commented 4 years ago

Problem

Would like to install packages from a private repo using kubectl crossplane package install e.g. with a --imagePullSecret <name> option that references a standard image pull secret created with a separate command.

what could we do to help?

Support the following flow: kubectl create secret docker-registry package-pull-secret --docker-username=<username> --docker-password=<password> --namespace=<ns>

kubectl crossplane package install --namespace <ns> <package> <name> <registry> --imagePullSecret=<name>

prasek commented 4 years ago

closed by #60 thanks @hasheddan!