On-premise Installation Guide
Last updated
Was this helpful?
Was this helpful?
kubectl get nodesmkdir –p $HOME/apolo
tar -xvf apolo.tar -C $HOME/apolo$HOME/apolo/install.sh $CONFIG_FILE_PATH server:
ip: "10.240.0.8"
ui:
type: minzdrav
ingress_ssl:
cert_path: "/path/to/ingress.crt" # optional
cert_key_path: "/path/to/ingress.key" # optional
postgres:
password: changeme
size: 10Gi
redis:
password: changeme
size: 10Gi
keycloak:
username: admin
password: changeme
auth:
jwt_secret: changeme
registry:
size: 10Gi
storage:
size: 10Gi
blob_storage:
size: 10Gi
metrics:
size: 10Gi
node_pools:
- name: cpu
cpu: 8
memory_gb: 6
disk_size_gb: 6
nodes:
- aks-agentpool-36699122-vmss000002
- name: gpu
cpu: 8
memory_gb: 6
disk_size_gb: 6
gpu: 1
gpu_model: nvidia-tesla-k80
nodes:
- aks-agentpool-36699122-vmss000002openssl s_client -connect app.neu.ro:443 -showcerts </dev/null > ingress.crtpip install -i http://$SERVER_IP/root/pypi apolo-cli