victorious-engine-64347
05/09/2022, 9:07 AMsalmon-account-74572
05/09/2022, 3:35 PMkubectl
you’re using. Are you using v1.24? I haven’t had time for in-depth testing/confirmation, but I think this may be resolved if you roll back to an earlier kubectl
version (assuming you are able to do so).victorious-engine-64347
05/09/2022, 4:05 PMsalmon-account-74572
05/09/2022, 4:19 PMwitty-candle-66007
05/09/2022, 4:43 PMpulumi up
is being executed.
So, I suggest looking at that execution environment and make sure versions are up to date.victorious-engine-64347
05/09/2022, 4:45 PMup
command.witty-candle-66007
05/09/2022, 4:51 PMubuntu-latest
?victorious-engine-64347
05/09/2022, 4:51 PMwitty-candle-66007
05/09/2022, 4:52 PM- name: Install Kubectl
run: |
curl -LO <https://storage.googleapis.com/kubernetes-release/release/$(curl> -s <https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl>
chmod +x ./kubectl
sudo mv kubectl /usr/local/bin
pulumi up
from your machine as opposed to from the github actions?victorious-engine-64347
05/09/2022, 5:18 PM