일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- pacman
- cephadm
- terraform
- yum
- Kubernetes
- cloud-init
- Arch
- repository
- Ansible
- HTML
- awx
- ubuntu
- libvirt
- ceph
- KVM
- ceph-ansible
- golang
- OpenStack
- i3
- archlinux
- Octavia
- k8s
- kolla
- Linux
- nfs-provisioner
- Kubeflow
- grafana-loki
- Docker
- port open
- kolla-ansible
- Today
- Total
목록60.Cloud/80.Kubernetes (45)
YJWANG
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..
https://yjwang.tistory.com/entry/kubeflow-installation-On-premise-kfctlistiodex https://www.kubeflow.org/docs/started/k8s/kfctl-istio-dex/ # Download the dex config kubectl get configmap dex -n auth -o jsonpath='{.data.config\.yaml}' > dex-config.yaml # Edit the dex config with extra users. # The password must be hashed with bcrypt with an at least 10 difficulty level. # You can use an o..

refer to https://www.kubeflow.org/docs/started/k8s/kfctl-istio-dex/ 사전 작업 Dynamic volume Provisioner 구성 kube-apiserver Option 추가 https://yjwang.tistory.com/entry/kubeflow-minimal-installation KubeFlow 설치 kubeflow 설치 시 아래와 같은 두 가지 방식이 있다. kfctl_k8s_istio.yaml : istio + kubeflow 설치로 별도 인증이 제공되지 않고 접속 시 바로 이용 가능 kfctl_istio_dex.yaml : dev + istio + kubeflow 설치로 사용자 인증으로 인한 Multi-User 환경 구축 가능 본 포스팅..
refer to https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner/issues/25 https://stackoverflow.com/questions/65376314/kubernetes-nfs-provider-selflink-was-empty v1.20 에서는 kube-apiserver feature gate 인 SelfLinks가 disable 되었음 조치하려면 아래와 같이 kube-apiserver command에 option을 추가해야 함 적용 이후 재기동 필요 없이 자동으로 apiserver가 재시작됨 [root@master01 nfs_provisioner]# vim /etc/kubernetes/manifests/kube-apis..
refer to https://github.com/rancher/local-path-provisioner https://kubernetes.io/ko/docs/concepts/storage/dynamic-provisioning/ 구성 만약 Dynamic Volume Provisioning에 대해 지식이 부족하다면 아래 링크를 먼저 읽고 오길 바란다. https://kubernetes.io/ko/docs/concepts/storage/dynamic-provisioning/ 간단하게 설명하면 정적으로 구축하면 PV를 만들고 이에 매핑될 PVC를 통해 pod가 PV를 사용하게 되는데 provisioner를 사용하면 PVC가 provisioner를 통해 volume을 요청하면 PV가 자동으로 생성돼 매핑되는 방..

Refer to https://www.kubeflow.org/docs/started/k8s/kfctl-k8s-istio/ https://kubernetes.io/ko/docs/tasks/administer-cluster/change-default-storage-class/ https://cloudarchitecture.tistory.com/43 https://github.com/kubeflow/manifests/issues/959 Provisioner 구성 NFS Provisioner로 구성했으며 아래 포스팅의 처음 부분 참조합니다. (NFS Option에 no_root_squash 필요) https://yjwang.tistory.com/entry/Jenkins-on-Kubernetes-NFS-Dynam..