問題タブ [tekton]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
openshift - post"https://tekton-pipelines-webhook.openshift-pipelines.svc:443/?timeout=30s": x509: 不明な機関によって署名された証明書
Openshift に tekton パイプライン オペレーターをインストールしましたが、pipelines に移動すると、以下のエラーでロードに失敗します。
サーバーからのエラー: tekton.dev/v1alpha1 の変換 Webhook、kind=Task が失敗しました: post "https://tekton-pipelines-webhook.openshift-pipelines.svc:443/?timeout=30s": x509: 不明な署名のある証明書権限
WA 、https://github.com/tektoncd/triggers/issues/875に従ってみましたが、うまくいきませんでした。任意のアイデア?助けてください
kubernetes - パラメータを渡すことでパイプラインを実行する Tekton
テクトンPipeline
とPipelineRun
定義があります。Pipeline
しかし、パラメータを渡して実行することはできませんでした。
次のコマンドでそのランナーを実行しようとしているときにパラメーターを渡すにはどうすればよいkubectl create -f pipelinerun.yaml
ですか?
例:
value: $(REG_ADDRESS)
->ハードコーディングされた定数を与えるのではなく、実行中のパイプラインの直前にレジストリアドレスを渡したいと思いました。
何か案は?