kpack-cli
kpack-cli copied to clipboard
A command line interface for interacting with kpack.
root@mcds:~# kp import -f /tmp/descriptor-100.0.135.yaml --registry-ca-cert-path /etc/docker/certs.d/mcds.harbor.local/ca.crt Importing Lifecycle... Uploading 'mcds.harbor.local/tbs/build-service/lifecycle@sha256:c923a81a1c3908122e29a30bae5886646d6ec26429bad4842c67103636041d93' Importing ClusterStore 'default'... Uploading 'mcds.harbor.local/tbs/build-service/tanzu-buildpacks_go@sha256:27b33492bfb9d8116b2689237161aecdaf7033a0f4b1e917481a70b58575ab2d' Buildpackage already exists in the store Uploading 'mcds.harbor.local/tbs/build-service/tanzu-buildpacks_java@sha256:52bfbca5992d5c58d39c72174146f60c77617dff27000ae0dbcabd6fe715535f' Buildpackage already exists in the store...
Currently the build strategy is not exposed in the `kp image save` command.
Allows specifying kubeconfig location
Currently I pass the basic auth credentials in the blob-url of an Image. ``` apiVersion: kpack.io/v1alpha1 kind: Image metadata: name: image-name spec: source: blob: url: https://user:longsupersecurepassword@maven/v1/group/version/artifact-version.jar ``` It would be...
### Expected: Equivalent secrets for DockerHub accounts should be able to be created with `--registry` instead of `--dockerhub` ``` REGISTRY_PASSWORD=foobar kp secret create image-secret-registry --registry index.docker.io --registry-user testuser DOCKER_PASSWORD=foobar kp...
How to determine the service account used by kpack Builder has a valid credentails and certs in secrets in secret " default-token-vbgf" please help me .i am totally new to...
The current wait timeout is defaulted to 5 minutes because we have observed builders taking more than 2 minutes to resolve depending on the registry. This timeout should be configurable.
what `trigger` really means is invalidate the last build, and run another one kpack is always checking that the last build is valid, and if not, then it will run...
while uploading kpack image to project harbor . i am getting the following Error Error: images.kpack.io "f1c816bf556c88881308j363e48aac28e090e0f9" already exists kindly help me