2.4. クラウド開発環境内のすべての Pod にアノテーションを定義できるようにする
このリリースでは、専用の CustomResource フィールドを使用して、すべての Cloud Development Environment (CDE) Pod のアノテーションを定義できます。
apiVersion: org.eclipse.che/v2
kind: CheCluster
spec:
devEnvironments:
workspacesPodAnnotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: false
関連情報