Skip to content

Conversation

@mathieu-benoit
Copy link
Contributor

No description provided.

@mathieu-benoit mathieu-benoit marked this pull request as draft October 6, 2023 17:23

3. Ensure you are logged in with `gcloud` (See: [gcloud auth application-default login](https://cloud.google.com/sdk/gcloud/reference/auth/application-default)).

You will need to ensure your Google Cloud account has appropriate permissions on the project you wish to provision in (see [Required Google Cloud Permissions](#required-google-cloud-permissions)).
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No dedicated section, so removing it?

You will need to ensure your Google Cloud account has appropriate permissions on the project you wish to provision in (see [Required Google Cloud Permissions](#required-google-cloud-permissions)).
You will need to ensure your Google Cloud account has appropriate permissions on the project you wish to provision in.

4. Ensure the [Kubernetes Engine API](https://console.cloud.google.com/marketplace/product/google/container.googleapis.com) is enabled for your project.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Now in Terraform: modules.base.main.tf

member = "serviceAccount:${google_service_account.gke_cluster_access.email}"
}

resource "google_project_iam_member" "gke_logging_viewer" {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not needed because using logging-k8s

helm = {
source = "hashicorp/helm"
}
http = {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not used by default, so let's comment to avoid terraform init to resolve/download it?

@mathieu-benoit mathieu-benoit changed the title Update providers.tf Quick cleanup Oct 6, 2023
@mathieu-benoit mathieu-benoit marked this pull request as ready for review October 6, 2023 17:55
@mathieu-benoit
Copy link
Contributor Author

Ready for your review, thanks!

@johanneswuerbach johanneswuerbach merged commit 3298ae8 into humanitec-architecture:main Oct 6, 2023
@mathieu-benoit mathieu-benoit deleted the patch-2 branch October 6, 2023 18:02
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