Microk8s not working for IFSCloud instance

  • 13 August 2023
  • 3 replies
  • 117 views

Userlevel 3
Badge +6

Hi All,

The microk8s is not working with IFSCloud environment. 

could not load addons from var/snap/microk8s/common/addons/metrics-server.yaml/addons.yaml

 


3 replies

Userlevel 5
Badge +12

Hi Darshana,

This error has no negative effects and can be safely ignored.
It will be fixed in 21R2 SU23, 2R1 SU18, 22R2 SU11, and 23R1 SU4.
Also see KB0046957 for more details.

Best regards,
Ben

Userlevel 3
Badge +6

Can we continue the installation by running the below command from the management VM ?
-- Execute from IFSROOT folder
.\main.ps1 -resource 'INIT'

.\main.ps1 -resource 'KEY'

.\main.ps1 -resource 'KUBERNETES'

.\main.ps1 -resource 'GETKUBECONFIG'
    mkdir $HOME\.kube 
    copy .\config\kube\config $HOME\.kube\

.\main.ps1 -resource 'DISABLEAPPARMORPROFILE'
.\main.ps1 -resource "SETK8SDNS"
.\main.ps1 -resource 'INGRESS'
    kubectl get namespaces             -- List namespaces
    kubectl get pods -n ifs-ingress    -- List Ifs-ingress pods 
    
.\main.ps1 -resource 'FIREWALL' -status 'DISABLE'
 

 

 

Userlevel 5
Badge +12

Hi Darshana,

Yes, please continue with the installation steps as normal.

Those steps are correct. For fuller details, please refer to the documentation here.

Best regards, Ben

Reply