Skip to content

Commit

Permalink
enhance the build script for jcnr-secrets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Sep 10, 2023
1 parent 0332a1a commit 62446b5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,16 @@ This script will apply the JCNR secrets and add the `key1=jcnr` label to your EK
2. Execute the `setup.sh` script:

```
./setup.sh
```
./setup.sh
Reading root password from jcnr-root-password.txt
Reading license key from jcnr-license.txt
Creating jcnr-secrets.yaml file
Applying JCNR secrets and namespace
namespace/jcnr unchanged
secret/jcnr-secrets configured
Enter label in format key=value (default is key1=jcnr):
Adding label to eks worker nodes
```

Upon execution, the script will:

Expand Down

0 comments on commit 62446b5

Please sign in to comment.