티스토리 뷰
도움말 : https://github.com/tektoncd/pipeline/blob/master/docs/install.md
1. 사전준비
Kubernetes 클러스터가 있어야 합니다.
아래를 참조하여 kubernetes 클러스터를 생성하십시오. k8s는 v1.11이상이어야 합니다.
https://happycloud-lee.tistory.com/35?category=832243
2. 설치
1) tekton pipeline설치
- Openshift/Minishift에 설치
$ oc login -u system:admin
* Minishift에서는 oc login -u admin:admin으로 로그인합니다.
'tekton-pipelines-controller'라는 service account에 'anyuid'라는 security policy를 적용하여, webhook pod를 실행할 수 있게 해야 합니다.
$ oc new-project tekton-pipelines
$ oc adm policy add-scc-to-user anyuid -z tekton-pipelines-controller
$ oc apply --filename https://storage.googleapis.com/tekton-releases/latest/release.yaml
$ oc get pods --namespace tekton-pipelines --watch
- 그외 환경에서 설치
$ kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
위 명령 실행 후 아래 명령으로 pod가 모두 정상 실행되는지 확인합니다.
$ kubectl get pods -n tekton-pipelines -w
3. CLI(tkn) 설치하기
https://github.com/tektoncd/cli 을 참조하여 설치합니다.
ubuntu에 설치하는 명령은 아래와 같습니다.
# Get the tar.xz
curl -LO https://github.com/tektoncd/cli/releases/download/v0.6.0/tkn_0.6.0_Linux_x86_64.tar.gz
# Extract tkn to your PATH (e.g. /usr/local/bin)
sudo tar xvzf tkn_0.6.0_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn
다음으로 kubectl의 plugin으로 tkn을 등록시켜 줍니다.
$ ln -s /usr/local/bin/tkn /usr/local/bin/kubectl-tkn
$ kubectl plugin list
'Agile&DevOps > Tekton' 카테고리의 다른 글
6. Conditions (0) | 2019.12.13 |
---|---|
5. Pipeline Resource (0) | 2019.12.13 |
4. Pipeline & PipelineRun (0) | 2019.12.13 |
3. Task & TaskRun (0) | 2019.12.13 |
1. Tekton 이란 ? (0) | 2019.12.12 |
- Total
- Today
- Yesterday
- 요즘남편 없던아빠
- 버라이어티가격
- 육각형인간
- 애자일
- 도파밍
- 스포티파이
- 돌봄경제
- SAGA
- 디토소비
- API Composition
- Event Sourcing
- micro service
- AXON
- 마이크로서비스 패턴
- agile
- CQRS
- 호모프롬프트
- 리퀴드폴리탄
- 스핀프로젝트
- 마이크로서비스
- 분초사회
- spotify
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |