Due to upgrade issues with the Envoy gateway and the offline installation environments, upgrading to MKE 4k 4.1.3 is not recommended. These issues will be fixed in a future release. For version 4.1.3, Mirantis only supports fresh installations.
MKE 4k Dashboard service#
The MKE 4k Dashboard is a default service that is always installed and enabled. On child clusters it works in read-only mode since all configuration management is handled from the mothership cluster.
You can use either of two kubectl commands to obtain the address of the MKE 4k Dashboard:
-
Once the MkeChildConfig object is ready, obtain the child cluster external address from the
MkeChildConfigstatus:kubectl -n k0rdent get mkechildconfig my-child-cluster -o yamlExample output:
... status: externalAddress: https://external-address.com:30001 -
Use the
-o wideargument:Example output:kubectl -n k0rdent get mkechildconfig my-child-cluster -o wideNAME READY VERSION LICENSE STATUS AGE EXTERNAL ADDRESS my-child-cluster True v4.1.3 inlicensed Object is ready 8m https://external-address.com:30001
Refer to MKE 4k Dashboard for more details.