Skip to content

更新 yaml 文件,以因應kubernetes 和Helm 現行版本 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Maxence2997
Copy link

在 Kubernetes 升級到 v1.31 後,yaml有一些變動如下:

deployment kind 的 yml 不再支援 apiVersion: extension/v1beta1,直接改為 apps/v1。
ingress kind 的 yml,在 apiVersion 有所調整,extension/v1beta1 -> networking.k8s.io/v1,還有一些rule設定上的相應調整。
在 Helm 升級到 v3.* 後,移除了Tiller,不再記錄release,指令有以下調整:

第一次安裝後不再需要 helm init 指令來初始化 Tiller
helm delete RELEASE_NAME 有被保留,但移除了 --purge 參數
新的指令用於移除 released k8s, helm uninstall RELEASE_NAME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant