開発環境でハリヤードを使用してスピネーカーを展開しました。TEST クラスターから新しい kubernetes アカウントを追加する必要があります。
hal config は新しい kubernetes アカウントで更新されます (テスト環境から)。次に、「hal deploy apply」を実行して変更をデプロイします。Redis のデプロイのみが成功しました。その他のサービスはデプロイの失敗とともに表示されます。下記参照
^ Apply deployment
Generating all Spinnaker profile files and endpoints: Waiting on deployments to complete
+ Deploy spin-redis
Success
- Apply deployment
Failure
+ Deploy spin-redis
Success
^ Deploy spin-clouddriver
^ Deploy spin-front50
Deploying spin-front50 with kubectl: Running kubectl apply on the resource definition...
^ Deploy spin-orca
- Deploy spin-deck
Failure
^ Deploy spin-echo
Deploying spin-echo with kubectl: Running kubectl apply on the resource definition...
^ Deploy spin-gate
Deploying spin-gate with kubectl: Running kubectl apply on the resource definition...
- Deploy spin-igor
Failure
^ Deploy spin-kayenta
Deploying spin-kayenta with kubectl: Running kubectl apply on the resource definition...
- Deploy spin-rosco
Failure
Problems in Global:
! ERROR Failed to deploy manifest:
apiVersion: v1
kind: Secret
metadata:
name: spin-clouddriver-files-1220510258
namespace: spinnaker
........
hal を使用して新しい変更を適用するにはどうすればよいですか。私にお知らせください