差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

下次修改
前次修改
tech:rancher_tips [2021/09/08 15:14] – 建立 jonathantech:rancher_tips [2022/12/12 13:02] (目前版本) – [修改 Rancher server url 的方式] jonathan
行 51: 行 51:
   * 只要將 pipeline 這個 namespace Exp. p-gn54t-pipeline 刪除, 就會自動建立回來    * 只要將 pipeline 這個 namespace Exp. p-gn54t-pipeline 刪除, 就會自動建立回來 
   * 參考 - https://github.com/rancher/rancher/issues/18779    * 參考 - https://github.com/rancher/rancher/issues/18779 
 +
 +===== Rancher 異常無法啟動重新安裝 =====
 +  * 環境 : rke / helm 安裝的 rancher
 +  * 透過 helm uninstall 後, 再執行 helm install 後依然無法正常啟動
 +  * 參考這篇**[[https://www.cnblogs.com/37yan/p/14275214.html|乾淨移除 Rancher]]**與這篇**[[https://rancher.com/blog/2018/2018-07-09-rancher-management-plane-architecture/|Rancher 中的 CRD]]**說明後, 依照以下的處理方式就能解決
 +    - 刪除 crd 的 dynamicschemas.management.cattle.io
 +    - 刪除 cert-manager 和 cattle-system namespace
 +    - 重新安裝 rancher 
 +
 +===== 修改 Rancher server url 的方式 =====
 +  * 參考 - https://gist.github.com/janeczku/d3b9eed3b1dee7863b66fba3367a1bd4
 +  * 進入 rancher 進階設定頁面 <cli>https://<old_rancher_hostname>/g/settings/advanced</cli>
 +  * 找到 server-url 進行編輯
  
 {{tag>rancher}} {{tag>rancher}}
  • tech/rancher_tips.1631085287.txt.gz
  • 上一次變更: 2021/09/08 15:14
  • jonathan