일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- port open
- OpenStack
- Linux
- Arch
- terraform
- pacman
- nfs-provisioner
- Ansible
- Octavia
- HTML
- Docker
- awx
- ceph
- i3
- golang
- repository
- grafana-loki
- cloud-init
- cephadm
- Kubernetes
- kolla-ansible
- kolla
- libvirt
- ubuntu
- k8s
- ceph-ansible
- yum
- KVM
- Kubeflow
- archlinux
- Today
- Total
목록분류 전체보기 (189)
YJWANG
refer to https://docs.gitlab.com/omnibus/docker/ 구성 storage provisioner가 구축된 상태가 전제이다. 내용을 모르겠다면 아래 포스팅을 참고하여 provisioner를 구축하고 진행해야한다. https://yjwang.tistory.com/entry/Jenkins-on-Kubernetes-NFS-Dynamic-PV manifest volume 매핑은 위 참고 사이트에서보고 작성했다. Local locationContainer locationUsage $GITLAB_HOME/data /var/opt/gitlab For storing application data. $GITLAB_HOME/logs /var/log/gitlab For storing logs...
refer to https://hub.docker.com/r/sonatype/nexus3 구성 사전에 provisioner가 구축돼야합니다. manifest --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: nexus-pvc namespace: default spec: storageClassName: jenkins-nfs accessModes: - ReadWriteMany resources: requests: storage: 20Gi --- apiVersion: apps/v1 kind: Deployment metadata: name: nexus namespace: default spec: replicas: 1 selector: matchLab..
inventory 파일 sample [root@addon01_deploy_0 kubespray]# cat inventory/addon/inventory.ini [all] addon-master1 ansible_host=10.18.90.10 etcd_member_name=etcd1 addon-worker1 ansible_host=10.18.90.20 etcd_member_name=etcd2 addon-worker2 ansible_host=10.18.90.21 etcd_member_name=etcd3 ansible adhoc 실행 [root@addon01_deploy_0 kubespray]# ansible -m hostname -a 'name="{{ inventory_hostname }}"' ..
Refer to 2021/01/06 - [80.Kubernetes] - Jenkins on Kubernetes (NFS Dynamic PV) 2021/01/13 - [80.Kubernetes] - How to set Helm on Kubernetes (helm v3) 구성 위 글들을 참고하여 helm 설치와 nfs-provisioner는 구성이 됐다는 가정 하에 작업이 진행된다. 본 작업에서는 bitnami helm repository를 사용할 예정이다. helm repo 추가 # helm repo add bitnami https://charts.bitnami.com/bitnami [root@master01 ~]# helm repo list NAME URL stable https://charts.helm..
https://github.com/kubernetes/kubeadm/issues/581#issuecomment-421477139 만료일 확인 [root@master01 ~]# kubeadm alpha certs check-expiration [check-expiration] Reading configuration from the cluster... [check-expiration] FYI: You can look at this config file with 'kubectl -n kube-system get cm kubeadm-config -oyaml' W0126 01:47:16.573916 3779829 utils.go:69] The recommended value for "clusterD..