This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.1.4. Samples Operator 設定へのアクセス
Samples Operator は、提供されるパラメーターでファイルを編集して設定できます。
前提条件
-
OpenShift CLI (
oc
) をインストールしている。
手順
Samples Operator 設定にアクセスします。
oc get configs.samples.operator.openshift.io/cluster -o yaml
$ oc get configs.samples.operator.openshift.io/cluster -o yaml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Samples Operator 設定は以下の例のようになります。
apiVersion: samples.operator.openshift.io/v1 kind: Config projectName: cluster-samples-operator ...
apiVersion: samples.operator.openshift.io/v1 kind: Config projectName: cluster-samples-operator ...
Copy to Clipboard Copied! Toggle word wrap Toggle overflow