問題タブ [jkube]
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.
kubernetes - JKube は imagePullSecret を作成しません
JKube maven プラグインを使ってみました。プライベート Docker リポジトリがあり、次のように pom.xml で指定しました。
hello-world-secrets を作成し、すべてが非常にうまく含まれています。ただし、プラグインは、生成された helloworld-deployment.yml に imagePullSecret を作成しません。そして、src/main/jkube ディレクトリに deployment.yaml という名前のテンプレートを作成しようとしました。
しかし、プラグインは imagePullSecret を含むデプロイメントを生成しませんでした。プライベート Docker レジストリを指定するにはどうすればよいですか?
thx、ザメック