adventurous-author-44528
03/26/2021, 1:29 PMpulumi up
returns:
error: could not load plugin for kubernetes provider 'urn:pulumi:prod-bravo-excelproc::excel-processor::pulumi:providers:kubernetes::default_2_6_1': no resource plugin 'kubernetes-v2.6.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource kubernetes v2.6.1`
runnig the suggested install command returns
error: [resource plugin kubernetes-2.6.1] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v2.6.1-darwin-arm64.tar.gz>
any ideas ?brave-planet-10645
03/26/2021, 1:34 PMcool-fireman-90027
03/26/2021, 1:34 PMbrave-planet-10645
03/26/2021, 1:35 PMcool-fireman-90027
03/26/2021, 1:37 PMadventurous-author-44528
03/26/2021, 1:41 PM[resource plugin kubernetes-2.8.3] installing
Downloading plugin: 25.82 MiB / 25.82 MiB [=========================] 100.00% 8s
error: could not load plugin for kubernetes provider 'urn:pulumi:prod-bravo-excelproc::excel-processor::pulumi:providers:kubernetes::default_2_6_1': no resource plugin 'kubernetes-v2.6.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource kubernetes v2.6.1`
make: *** [deploy-prod] Error 255
so it looks like it installed 2.8.3 but then wants 2.6.1 of the plugin.
running `pulumi plugin install resource kubernetes v2.8.3`returns nothing and the plugin is not installed[resource plugin kubernetes-2.8.3] installing
Downloading plugin: 0 B / 25.82 MiB [-------------------------------] 0.00% 0s
brave-planet-10645
03/26/2021, 1:44 PMpulumi plugin ls
?adventurous-author-44528
03/26/2021, 1:46 PMatli@Atlis-MacBook-Pro-2 pulumi % pulumi plugin ls
NAME KIND VERSION SIZE INSTALLED LAST USED
kubernetes resource 2.8.3 66 MB 38 minutes ago 38 minutes ago
TOTAL plugin cache size: 66 MB
but it always tryes to fetch the old one, will have a look at the package.json mentioned in the github commentbrave-planet-10645
03/26/2021, 1:49 PMnpm i
adventurous-author-44528
03/26/2021, 1:51 PMbrave-planet-10645
03/26/2021, 1:53 PMadventurous-author-44528
03/26/2021, 1:53 PMbrave-planet-10645
03/26/2021, 1:54 PMadventurous-author-44528
03/26/2021, 1:55 PMpulumi-kubernetes==2.8.3
brave-planet-10645
03/26/2021, 1:56 PMpulumi stack export > stack.json
- it's possible that it's in there too. Do you'll need to update that as wellpulumi:providers:aws::default_2_6_1
adventurous-author-44528
03/26/2021, 1:57 PMkubernetes::default_2_6_1
brave-planet-10645
03/26/2021, 1:59 PMpulumi stack import --file stack.json
adventurous-author-44528
03/26/2021, 2:03 PMbitter-rain-31542
03/26/2021, 2:10 PMpulumi-kubernetes==2.8.3
from an intel mac instead of messing around with a massive json filebrave-planet-10645
03/26/2021, 2:19 PMbitter-rain-31542
03/26/2021, 2:23 PMpulumi up
. That was enough to force it in the stack, even though the output didn’t indicate any changes. Now we can deploy from m1 macsbroad-dog-22463
03/26/2021, 2:50 PMadventurous-author-44528
03/26/2021, 2:51 PMbroad-dog-22463
03/26/2021, 2:52 PMadventurous-author-44528
03/26/2021, 9:11 PMbroad-dog-22463
03/26/2021, 9:15 PM