...
First, create a namespace for License Server to run in. For example:
Code Block |
---|
kubectl create namespace parasoft-lss-namespace |
Note: The namespace name "parasoft-lss-namespace" is used throughout this documentation in command and resource examples. If you use a different name for your namespace, be sure to change any instances of "parasoft-lss-namespace" in those examples to your namespace name.
Warning |
---|
Once License Server has been licensed, deleting the namespace will invalidate machine-locked licenses, even if you recreate the same namespace. |
...