System Administrator - Access System Remote CLI & Kubernetes Remote CLIΒΆ
Access your StarlingX system through the StarlingX remote CLI and kubernetes remote CLI on your Linux-based system.
Prerequisites
You need to have a Linux-based system that has configured the StarlingX remote CLI and kubernetes remote CLI. See section: System Administrator - Configure System Remote CLI & Kubernetes Remote CLI.
Procedure
Source the remote client for the StarlingX platform.
$ cd ~/remote_cli $ source ./remote_client_platform.sh
Test the StarlingX remote CLI commands.
$ cd ~/remote_cli $ system host-list $ fm alarm-list
Test kubernetes remote CLI commands.
$ cd ~/remote_cli $ oidc-auth -u <LDAP-USERNAME> -p <LDAP-PASSWORD> -c <OAM-FLOATING-IP> $ kubectl get all