Skip to content

Commit

Permalink
Updated branding and minor updates for consistency with the CD/RO blu…
Browse files Browse the repository at this point in the history
…eprints
  • Loading branch information
kellie-freeman committed Sep 16, 2024
1 parent 4b9e09a commit d49eb19
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 80 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ The [bp-tf-ci.yaml](.cloudbees/workflows/bp-tf-ci.yaml) blueprints are orchestra
- AWS Route 53 zone name, to create DNS records.

> [!IMPORTANT]
> CloudBees Platform currently only supports push events. Therefore, pull requests are sent to the `develop` branch for integration.
> CloudBees platform currently only supports push events. Therefore, pull requests are sent to the `develop` branch for integration.
## Release

CloudBees CI Terraform EKS Addon versions try to be in sync with the [CloudBees CI releases](https://docs.cloudbees.com/docs/release-notes/latest/cloudbees-ci/).

1. Ensure that `develop` branch follows its requisites from the [Design principles](#design-principles) section.
2. Test locally the (`develop`) for all the blueprints. Use the `test-all` target in the companion [Makefile](Makefile).
3. Once all local tests passed successfully, create a PR against the `main` branch. **It requires to pass the COE Team validation**.
3. Once all local tests passed successfully, create a PR against the `main` branch. It **must pass** the Center of Excellence (CoE) team validation.
4. Once the pull request is merged, update the `main` branch following its requisites from the [Design principles](#design-principles) section. The [Blueprint Terraform CI pipeline](#blueprint-terraform-ci-pipeline) must validate the changes.
5. Create a [new release](https://github.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon/releases). The release version semantics follow the Helm chart convention.

Expand Down
150 changes: 74 additions & 76 deletions blueprints/01-getting-started/img/getting-started.k8s.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions blueprints/01-getting-started/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
output "kubeconfig_export" {
description = "Export the KUBECONFIG environment variable to access the Kubernetes API."
description = "Exports the KUBECONFIG environment variable to access the Kubernetes API."
value = "export KUBECONFIG=${local.kubeconfig_file_path}"
}

output "kubeconfig_add" {
description = "Add kubeconfig to your local configuration to access the Kubernetes API."
description = "Adds kubeconfig to your local configuration to access the Kubernetes API."
value = "aws eks update-kubeconfig --region ${var.aws_region} --name ${local.cluster_name}"
}

Expand Down

0 comments on commit d49eb19

Please sign in to comment.