pipeline icon indicating copy to clipboard operation
pipeline copied to clipboard

A step by step guide on creating build and deployment pipelines for Kubernetes.

Results 5 pipeline issues
Sort by recently updated
recently updated
newest added

At the stage "Setup the GitHub Repositories" and below step ` for repo in ${REPOS[@]}; do hub clone "https://github.com/kelseyhightower/${repo}.git" cd ${repo}/ hub fork cd - rm -rf ${repo} done `...

Since you seemed to approve, sending the PR over... :)