Skip to content
New issue

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

[WIP] Automate Kube Creation and Deployment #6

Closed
wants to merge 16 commits into from

Conversation

LindaOrtega
Copy link
Contributor

Automates creating Kubernetes clusters on AWS.
Automates deploying Kubernetes scripts to all clusters.

Original PR: kadena-io/chainweb#382

%-deploy: $(DEPLOY_DEPS) %.$(EXTERNAL_DNS_ZONE)-cert.pem %.$(EXTERNAL_DNS_ZONE)-privkey.pem
kubectl config use-context $*.$(KOPS_DNS_ZONE) && \
kubectl apply -f external_dns.yaml && \
python ../bootstrap_deploy.py create --sub-domain=$*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since --image is a flag in our script that we're likely to want to change dynamically, is it possible to expose it as an option to make deploy here too?

@LindaOrtega
Copy link
Contributor Author

Will move to infrastructure repo

@fosskers fosskers deleted the linda/setup-kubernetes branch March 25, 2019 20:15
mightybyte pushed a commit that referenced this pull request Feb 14, 2021
chessai pushed a commit that referenced this pull request Jun 27, 2024
chessai pushed a commit that referenced this pull request Jun 27, 2024
Only include certain compiler flags if we're on x86-64
chessai pushed a commit that referenced this pull request Nov 13, 2024
Only include certain compiler flags if we're on x86-64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants