mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-24 06:15:46 +00:00
Update raw links in kn/0.2
This commit is contained in:
parent
5e708884f1
commit
c6d91afb61
@ -77,22 +77,22 @@ roleRef:
|
||||
|
||||
- If you've used the same names for namespace and secrets as mentioned above, you can configure the ServiceAccount with the YAML file in this repo using:
|
||||
```bash
|
||||
kubectl create -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/knative-dockerfile-deploy/kn_deployer.yaml
|
||||
kubectl create -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/knative-dockerfile-deploy/kn_deployer.yaml
|
||||
```
|
||||
|
||||
4 - Install buildah task from tektoncd/catalog
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/buildah/buildah.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/buildah/0.4/buildah.yaml
|
||||
```
|
||||
|
||||
5 - Install the kn task from the tektoncd/catalog
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/kn.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/kn.yaml
|
||||
```
|
||||
|
||||
5 - Install the git-clone task from the tektoncd/catalog
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/git/git-clone.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.8/git-clone.yaml
|
||||
```
|
||||
|
||||
## Pipelines:
|
||||
|
@ -72,7 +72,7 @@ spec:
|
||||
|
||||
- You can also create this Pipeline using the YAML file present in this repo using
|
||||
```
|
||||
kubectl create -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/knative-dockerfile-deploy/build_deploy/build_deploy_pipeline.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/knative-dockerfile-deploy/build_deploy/build_deploy_pipeline.yaml
|
||||
```
|
||||
## Shared Workspace
|
||||
|
||||
@ -142,7 +142,7 @@ spec:
|
||||
|
||||
- You can also create this PipelineRun using the YAML file present in this repo using
|
||||
```
|
||||
kubectl create -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/knative-dockerfile-deploy/build_deploy/pipeline_run.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/knative-dockerfile-deploy/build_deploy/pipeline_run.yaml
|
||||
```
|
||||
|
||||
- We can monitor the logs of this PipelineRun using `tkn` CLI
|
||||
|
@ -37,7 +37,7 @@ spec:
|
||||
|
||||
- You can also create this Pipeline using the YAML file present in this repo using
|
||||
```
|
||||
kubectl create -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/knative-dockerfile-deploy/service_traffic/kn_service_traffic_splitting_pipeline.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/knative-dockerfile-deploy/service_traffic/kn_service_traffic_splitting_pipeline.yaml
|
||||
```
|
||||
|
||||
## PipelineRun:
|
||||
@ -69,7 +69,7 @@ spec:
|
||||
```
|
||||
- You can also create this PipelineRun using the YAML file present in this repo using
|
||||
```
|
||||
kubectl create -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/knative-dockerfile-deploy/service_traffic/pipeline_run.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/knative-dockerfile-deploy/service_traffic/pipeline_run.yaml
|
||||
```
|
||||
|
||||
- Let's monitor the logs of the Pipeline run using `tkn`
|
||||
|
@ -33,7 +33,7 @@ spec:
|
||||
|
||||
- You can also create this Pipeline using the YAML file present in this repo using
|
||||
```
|
||||
kubectl create -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/knative-dockerfile-deploy/service_update/kn_service_update_pipeline.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/knative-dockerfile-deploy/service_update/kn_service_update_pipeline.yaml
|
||||
```
|
||||
|
||||
## PipelineRun
|
||||
@ -67,7 +67,7 @@ spec:
|
||||
|
||||
- You can also create this PipelineRun using the YAML file present in this repo using
|
||||
```
|
||||
kubectl create -f https://raw.githubusercontent.com/tektoncd/catalog/v1beta1/kn/knative-dockerfile-deploy/service_update/pipeline_run.yaml
|
||||
https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/knative-dockerfile-deploy/service_update/pipeline_run.yaml
|
||||
```
|
||||
|
||||
Let's monitor the logs of the Pipeline run using `tkn`
|
||||
|
Loading…
Reference in New Issue
Block a user