Autopilot Installation via curl command
Introduction:
Environment requirements:
ISD-Autopilot Installation Steps:
curl -o install.sh https://raw.githubusercontent.com/opsmx/enterprise-argo/main/curl/4.1.1/install.sh && chmod 777 install.sh && ./install.sh$ curl -o install.sh https://raw.githubusercontent.com/opsmx/enterprise-argo/main/curl/4.1.1/install.sh && chmod 777 install.sh && ./install.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12816 100 12816 0 0 21870 0 --:--:-- --:--:-- --:--:-- 21870 * I S D - A R G O * ------------------------------------------------------------ System Requirements ------------------------------------------------------------ Configuration with at least 4 cores and 16 GB memory Kubernetes cluster 1.19 or later Helm 3 is setup on the client system Installation - https://helm.sh/docs/intro/install/ Nginx ingress controlled installed Installation - https://kubernetes.github.io/ingress-nginx/deploy/ Cert-manager installed Installation - https://cert-manager.io/docs/installation/kubernetes/ ------------------------- Press enter to continue... ------------------------------------- Pre Installation ------------------------------------- Please Specify the required data for installation .... Installation Modes _________________________________________________________ | Description - Mode | |---------------------------------------------------------| |To install only ISD mode is - ISD | | | |Full installation with ISD-ARGO mode is - ISD-ARGO | |_________________________________________________________| Specify Mode of installation: ISD Specify Namespace: isdargo Specify ISD-UI URL: isd.ninja-test.opsmx.net --- Checking for dependency...... Kubectl present in server.. Helm present in server.. yq present in server.. Existing CRD's analysisruns.argoproj.io ------------------------------------- Installation ------------------------------------- Adding the helm repo.... Updating the helm repo ... Creating the Namespace ... namespace/isdargo created Installing... NAME: isdargoisdargo LAST DEPLOYED: Mon Oct 31 10:13:24 2022 NAMESPACE: isdargo STATUS: deployed REVISION: 1 TEST SUITE: None ------------------------------------- Post Installation ------------------------------------- ISD services to be stabilize ISD services are Up and Ready.. ....Installation Completed Sucessfully.... Access the ISD --> https://isd.ninja-test.opsmx.net Login with Openldap Credentials ------------------------------------------------------kubectl get secret openldap -o jsonpath='{.data.LDAP_ADMIN_PASSWORD}'| base64 -d
Last updated