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. 10.2.2. 開発チャネルの作成手順 以下の手順を実行して、クラスターのデフォルト設定を使用してチャネルを作成できます。 Channel オブジェクトを作成します。 YAML ファイルを作成し、以下のサンプルコードをこれにコピーします。 apiVersion: messaging.knative.dev/v1 kind: Channel metadata: name: example-channel namespace: default 以下を入力して YAML ファイルを適用します。 $ oc apply -f <filename> 戻る次へ