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

upd: Existing GKE Example #6

Merged
merged 6 commits into from
Oct 15, 2024
Merged

upd: Existing GKE Example #6

merged 6 commits into from
Oct 15, 2024

Conversation

brent-anyscale
Copy link
Collaborator

Fixes #5
Additional updates for Helm Chart Ingress sleeps for availability, Job Test python, GCP Storage Bucket permissions, and updates to latest CLI commands.

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Breaking changes for example. This will recreate some of the resources.

Changes to be committed:
	new file:   README.md
	new file:   main.tf
	new file:   outputs.tf
	new file:   variables.tf
	new file:   versions.tf
Changes to be committed:
	modified:   README.md
Changes to be committed:
	modified:   README.md
Add IAM support, Helm Chart for Ingress, etc.

Additional changes to support sleep time for Helm Chart to be installed for ingress controller.
Added Job sample test.

Changes to be committed:
	modified:   .pre-commit-config.yaml
	modified:   examples/aws/eks-private/README.md
	modified:   examples/aws/eks-private/main.tf
	modified:   examples/aws/eks-private/outputs.tf
	modified:   examples/aws/eks-public/README.md
	modified:   examples/aws/eks-public/main.tf
	modified:   examples/aws/eks-public/outputs.tf
	modified:   examples/gcp/gke-existing_cluster/README.md
	new file:   examples/gcp/gke-existing_cluster/data.tf
	modified:   examples/gcp/gke-existing_cluster/main.tf
	modified:   examples/gcp/gke-existing_cluster/outputs.tf
	modified:   examples/gcp/gke-existing_cluster/variables.tf
	modified:   examples/gcp/gke-existing_cluster/versions.tf
	modified:   modules/anyscale-k8s-helm/README.md
	deleted:    modules/anyscale-k8s-helm/data.tf
	modified:   modules/anyscale-k8s-helm/helm-autoscaler.tf
	modified:   modules/anyscale-k8s-helm/helm-ingress.tf
	modified:   modules/anyscale-k8s-helm/variables.tf
	new file:   test/anyscale-job/main-job-test.py
	new file:   test/test_job.py
@github-actions github-actions bot added documentation Improvements or additions to documentation examples terraform unittests labels Oct 11, 2024
Changes to be committed:
	modified:   examples/gcp/gke-existing_cluster/README.md
Copy link
Member

@hongchaodeng hongchaodeng left a comment

Choose a reason for hiding this comment

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

LGTM!

Left one comment.

@@ -51,20 +48,30 @@ variable "existing_vpc_name" {
type = string
}

variable "existing_subnet_name" {
description = "The name of the existing Subnet"
variable "existing_vpc_id" {
Copy link
Member

Choose a reason for hiding this comment

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

We don't need both existing_vpc_name and existing_vpc_id. Can use one to query the other.

@brent-anyscale brent-anyscale merged commit e52abb7 into main Oct 15, 2024
3 checks passed
@brent-anyscale brent-anyscale deleted the brent/k8s branch October 15, 2024 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation examples terraform unittests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Move Ingress Nginx Controller into Helm Chart folder
2 participants