Last active
January 22, 2026 21:33
-
-
Save hexfusion/f538997dbf8379f4048a5eacf778bb96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| helm install fctl-ocp-ui oci://quay.io/flightctl/flightctl-ocp-ui --version=0.0.1-96-gab2e859 | |
| grep 'Completed fetch device' your_log_file.log | grep -E ' [0-9]+(\.[0-9]+)?s"' | |
| bin/flightctl login --insecure-skip-tls-verify https://api.flightctl-rw9.apps.cs-aws-416-cbf72.dev02.red-chesterfield.com --token=<token> | |
| # count total devices in fleet | |
| ./bin/flightctl get fleets | awk 'NR>1 {sum+=$NF} END {print sum}' | |
| # standalone client | |
| flightctl login https://clone-me-rhel96.dagobah.hexfusion.local:3443 -u admin -p <PASSWORD> --insecure-skip-tls-verify | |
| openssl x509 -in /etc/flightctl/pki/flightctl-api/server.crt -text -noout | |
| # dump the helm config used to install from software catalog | |
| oc get secret sh.helm.release.v1.redhat-rhem.v1 -n flightctl -o jsonpath='{.data.release}' | base64 -d | base64 -d | gunzip | jq -r '.config' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.