You are viewing documentation for a release that is no longer maintainedSee documentation for the latest supported version 3 or the latest supported version 4. 3.6.3. シークレットの使用 シークレットの作成後に、Pod を作成してシークレットを参照し、ログを取得し、Pod を削除することができます。 手順 シークレットを参照する Pod を作成します。 $ oc create -f <your_yaml_file>.yaml ログを取得します。 $ oc logs secret-example-pod Pod を削除します。 $ oc delete pod secret-example-pod 戻る次へ