kubectl certificate approve

概要

核准憑證簽署請求。

kubectl certificate approve 允許叢集管理員核准憑證簽署請求 (CSR)。此動作會告知憑證簽署控制器向請求者發出憑證,其中包含 CSR 中請求的屬性。

安全性注意事項:根據請求的屬性,發出的憑證可能會授予請求者存取叢集資源的權限,或以請求的身分驗證身分。在核准 CSR 之前,請確保您了解簽署的憑證可以執行哪些操作。

kubectl certificate approve (-f FILENAME | NAME)

範例

  # Approve CSR 'csr-sqgzp'
  kubectl certificate approve csr-sqgzp

選項

--allow-missing-template-keys     預設值:true

如果為 true,則當範本中的欄位或對應鍵遺失時,忽略範本中的任何錯誤。僅適用於 golang 和 jsonpath 輸出格式。

-f, --filename 字串

檔案名稱、目錄或 URL,用於識別要更新的資源

--force

即使 CSR 已核准,仍更新 CSR。

-h, --help

核准說明

-k, --kustomize 字串

處理 kustomization 目錄。此旗標不能與 -f 或 -R 一起使用。

-o, --output 字串

輸出格式。選項包括:(json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file)。

-R, --recursive

遞迴處理 -f, --filename 中使用的目錄。當您想要管理在相同目錄中組織的相關資訊清單時很有用。

--show-managed-fields

如果為 true,則在 JSON 或 YAML 格式中列印物件時,保留 managedFields。

--template 字串

範本字串或範本檔案路徑,當 -o=go-template, -o=go-template-file 時使用。範本格式為 golang 範本 [https://go.dev.org.tw/pkg/text/template/#pkg-overview]。

--as 字串

要模擬操作的使用者名稱。使用者可以是命名空間中的一般使用者或服務帳戶。

--as-group 字串

要模擬操作的群組,可以重複此旗標以指定多個群組。

--as-uid 字串

用於操作的使用者 ID 模擬身分。

--cache-dir string     預設值: "$HOME/.kube/cache"

預設快取目錄

--certificate-authority string

憑證授權單位憑證檔案的路徑

--client-certificate string

TLS 用戶端憑證檔案的路徑

--client-key string

TLS 用戶端金鑰檔案的路徑

--cluster string

要使用的 kubeconfig 叢集名稱

--context string

要使用的 kubeconfig context 名稱

--default-not-ready-toleration-seconds int     預設值: 300

表示 tolerationSeconds 用於 notReady:NoExecute 的容忍度,預設會新增至每個尚未具有此容忍度的 Pod。

--default-unreachable-toleration-seconds int     預設值: 300

表示 tolerationSeconds 用於 unreachable:NoExecute 的容忍度,預設會新增至每個尚未具有此容忍度的 Pod。

--disable-compression

如果為 true,則選擇不對所有發往伺服器的請求進行回應壓縮

--insecure-skip-tls-verify

如果為 true,則不會檢查伺服器憑證的有效性。這會使您的 HTTPS 連線變得不安全

--kubeconfig string

用於 CLI 請求的 kubeconfig 檔案路徑。

--match-server-version

要求伺服器版本與用戶端版本相符

-n, --namespace string

如果存在,此 CLI 請求的命名空間範圍

--password string

用於 API 伺服器的基本身份驗證密碼

--profile string     預設值: "none"

要捕獲的 profile 名稱。選項為 (none|cpu|heap|goroutine|threadcreate|block|mutex) 其中之一

--profile-output string     預設值: "profile.pprof"

要將 profile 寫入的檔案名稱

--request-timeout string     預設值: "0"

放棄單個伺服器請求之前等待的時間長度。非零值應包含相應的時間單位 (例如 1s、2m、3h)。值為零表示請求永不逾時。

-s, --server string

Kubernetes API 伺服器的位址和端口

--storage-driver-buffer-duration duration     預設值: 1m0s

儲存驅動程式中的寫入將緩衝此持續時間,並作為單個交易提交到非記憶體後端

--storage-driver-db string     預設值: "cadvisor"

資料庫名稱

--storage-driver-host string     預設值: "localhost:8086"

資料庫 host:port

--storage-driver-password string     預設值: "root"

資料庫密碼

--storage-driver-secure

使用與資料庫的安全連線

--storage-driver-table string     預設值: "stats"

資料表名稱

--storage-driver-user string     預設值: "root"

資料庫使用者名稱

--tls-server-name string

用於伺服器憑證驗證的伺服器名稱。如果未提供,則使用用於連線伺服器的主機名稱

--token string

用於 API 伺服器身份驗證的 Bearer token

--user string

要使用的 kubeconfig 使用者名稱

--username string

用於 API 伺服器的基本身份驗證使用者名稱

--version version[=true]

--version, --version=raw 列印版本資訊並退出;--version=vX.Y.Z... 設定報告的版本

--warnings-as-errors

將從伺服器收到的警告視為錯誤,並以非零退出代碼退出

另請參閱

此頁面為自動產生。

如果您計劃回報此頁面的問題,請在您的問題描述中提及該頁面是自動產生的。修復可能需要在 Kubernetes 專案的其他地方進行。

上次修改時間:2024 年 8 月 19 日下午 5:14 PST:更新 v1.31 的 kubectl 參考文件 (59df28c340)