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. 21.2. ボリュームおよび環境変数のシークレット シークレットデータを含む YAML ファイルのサンプルを参照してください。 シークレットの作成後に以下を実行できます。 シークレットを参照する Pod を作成します。 $ oc create -f <your_yaml_file>.yaml ログを取得します。 $ oc logs secret-example-pod Pod を削除します。 $ oc delete pod secret-example-pod 戻る次へ