In learning Path Mendix for Cloud’ - error failed to access cluster

2
I try to follow de Learning Path 'Mendix for Cloud’. Up to point 2.4 it's fine, but …  in the learning path I read: Select the required Cluster Mode – connected or *standalone. Select the required Cluster Type – openshift or kubernetes. => (but there is only the option openshift and generic   When I choose for: Cluster Mode – connected Cluster Type – generic I get below screen and error: Can someone help me further?
asked
2 answers
3

Hi,

 

on my machine in the file %USERPROFILE%\.kube\config was missing.

 

you can create it with 

 

cd %USERPROFILE%
mkdir .kube
cd .kube
microk8s config > config

https://microk8s.io/docs/working-with-kubectl

answered
0

Hi, 

I had the same issue, however after creating the config file I get a ValidationError. 

I get below screen and error:

Can someone help me further?

answered