After you configure the Acrolinx Operator, you can install Acrolinx to your Kubernetes cluster. This is where you'll get your Standard Stack instance up and running.
To install the Acrolinx Platform, do the following:
-
Once you've customized the
acrolinx.yaml
file, use it to install Acrolinx to your Kubernetes cluster.kubectl apply -f acrolinx.yaml
-
Wait for the installation to complete.
Optional: You can use the following to wait for the
Ready
status.kubectl wait coreplatform acrolinx --for condition=Ready --timeout=10m -n acrolinx
If the status is
Ready
, you'll see the message "condition met". If the status isn'tReady
after 10 minutes, the command will time out. -
Check your installation.
kubectl describe coreplatform acrolinx -n acrolinx
When your installation is ready, you’ll see the following in the output and the Acrolinx Platform will become available on port 80 of the target machine.
Status: # [...] Summary: Platform Status: Ready