9fa54fe44e
Change-Id: I1cfdc44fb72907e9e34294194084c59e29d8d80a Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
1.2 KiB
1.2 KiB
System Administrator - Access System Remote CLI & Kubernetes Remote CLI
Access your system through the remote and kubernetes remote on your Linux-based system.
You need to have a Linux-based system that has configured the remote
and kubernetes remote . See section: system-administrator-configure-system-remote-cli-and-7b814d8937df
.
Source the remote client for the platform.
$ cd ~/remote_cli $ source ./remote_client_platform.sh
Test the 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