The highest tagged major version is
v2.
command
Version:
v1.30.0
Opens a new window with list of versions in this module.
Published: Aug 11, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Example: Getting started with skaffold and CI/CD using Tekton
This is a simple example to show users how to run the generate-pipeline command
Please keep in mind that the generate-pipeline command is still a WIP
Prerequisites:
- Install tekton on your cluster
- Have kaniko secrets setup
- Container registry must be public
- Give your default service account the cluster-admin role (necessary to have pipeline access secrets)
kubectl create clusterrolebinding serviceaccounts-cluster-admin \
--clusterrole=cluster-admin \
--user=system:serviceaccount:default:default
To generate and run a pipeline:
- Run skaffold generate-pipeline
- Modify skaffold.yaml to use a valid GCSbucket for kaniko
- Commit and push updated skaffold.yaml
- kubectl apply -f pipeline.yaml
- Create a pipelinerun.yaml
- kubectl apply -f pipelinerun.yaml
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.