BookmarkSubscribeRSS Feed
Narendra_P
Fluorite | Level 6

The SAS Viya platform was set up through the viya4-deployment project, and a license key applied.

License Details:

Version: Stable 2023.10

Release: 20231028.1698456203725

 

Regarding the license renewal, Downloaded new license package. should the downloaded license package match the version mentioned above, or can it be a different version?

 

I obtained different version and implemented the following steps. However, the new license  didn't get reflected. it still indicates that it is expired. Could you please suggest?

-> Stored the .jwt file in the $deploy directory.

-> Modified the kustomization.yaml file by updating the new-license-file within the secretGenerator block.

-> Ran below commands:

       kustomize build -o site.yaml
      kubectl apply --selector="sas.com/admin=cluster-api" --server-side --force-conflicts -f site.yaml
       kubectl wait --for condition=established --timeout=60s -l "sas.com/admin=cluster-api" crd
       kubectl apply --selector="sas.com/admin=cluster-wide" -f site.yaml
       kubectl apply --selector="sas.com/admin=cluster-local" -f site.yaml --prune
       kubectl apply --selector="sas.com/admin=namespace" -f site.yaml --prune

2 REPLIES 2
thesasuser
Lapis Lazuli | Level 10

Hello
I too have the same issue?
I would appreciate if yyou can share how the issue was resolved.

gustaft
SAS Employee

As long as you have followed the instructions on How to apply new license you should be good to go.

Have you confirmed you just have one secretGenerator block in your kustomization.yaml file?

 

Also, you could verify the license you have downloaded have new expiration by decoding the jwt with for example jwt.io