We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install Method: cvp-rpm-installer-2020.3.0 Current Version: cvpi version 2020.3.0-1-11-g44d81d8 go1.13.6
Our CVP instance was stop working properly after 1 year of first setup.
We notice that some certificats have expired.
We are able to renew NGINX certificates/CloudVision Portal Certificate without problem.
Then we try to renew CA Authority following https://www.arista.com/en/cg-cv/cv-https-certificates-setup.
yes | cvpi reset ca-init-v1
Runs ok
cvpi stop ingest cvpi Runs ok
cvpi stop ingest cvpi
stop apiserver
How?
# kubectl get deployment ccapi -o wide NAME READY UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR ccapi 1/1 1 1 370d aeris-ccapi aeris-service:latest app=ccapi,app-group=service,service=ccapi.ChangeControl
We can scale down the replica to 0?
cvpi init ca-init-v1
Runs well
`/cvpi/apps/aeris/bin/create-admin-cert.sh
That script does not exist
cvpi start all
Cloudvision start working again after that point.
So, the issue is basically to understand if we need to renew the aeris and ambassador certificates.
Under /cvpi/apps/aeris/bin/ we see there are this two scripts.
But not the create-admin-cert.sh following of documentation.
Thanks a lot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Install Method: cvp-rpm-installer-2020.3.0
Current Version: cvpi version 2020.3.0-1-11-g44d81d8 go1.13.6
Our CVP instance was stop working properly after 1 year of first setup.
We notice that some certificats have expired.
We are able to renew NGINX certificates/CloudVision Portal Certificate without problem.
Then we try to renew CA Authority following https://www.arista.com/en/cg-cv/cv-https-certificates-setup.
yes | cvpi reset ca-init-v1
Runs ok
cvpi stop ingest cvpi
Runs ok
stop apiserver
How?
We can scale down the replica to 0?
cvpi init ca-init-v1
Runs well
`/cvpi/apps/aeris/bin/create-admin-cert.sh
That script does not exist
cvpi start all
Cloudvision start working again after that point.
So, the issue is basically to understand if we need to renew the aeris and ambassador certificates.
Under /cvpi/apps/aeris/bin/ we see there are this two scripts.
But not the create-admin-cert.sh following of documentation.
Thanks a lot
The text was updated successfully, but these errors were encountered: