failure: Deploy Kubernetes
step of setup-k8.yml
#13
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/testnet-ops#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Attempting to setup a service provider on a
Ubuntu 22.04 LTS
DO droplet. Getting error:vars folder:
container-vars.yml
dns-vars.yml
gpg-vars.yml
k8s-vars.yml
user-vars.yml
webapp-vars.yml
with
hosts.ini
ansible
on my machine, set both remote and machine lang as described, and added relevant ssh keysdeployment_host
inhosts.ini
as aboveansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user serviceprovider
andansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER
(both get error above)failing at
[k8s : apply locally stored secrets] **************************************\nfailed: [snowballtoolsorg-nyc-cluster-control -> localhost] (item=None)
on remote hostHi,
Has the playbook been run previously with an incorrect configuration? This error often occurs when the playbook is rerun without properly cleaning up the GPG key setup.
To resolve this, try cleaning up the existing GPG keys and undeploying k8s. Run the following commands on the machine where the k8s are deployed:
service-provider-template
directoryRerun the
service-provider-setup.yml
playbook (on your host machine)Pulled and ran on a clean DO droplet
2e0fbd82f16da9f77fcb9fa1f99c0bb56410ee63
(from two days) and it worked perfectly. Thanks!