Skip to content

Commit

Permalink
Merge pull request #265 from furkatgofurov7/add-e2e-badge
Browse files Browse the repository at this point in the history
docs: update readme with e2e badge
  • Loading branch information
furkatgofurov7 authored Jan 10, 2024
2 parents c766add + a2e45e6 commit d6b7128
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Nightly e2e tests](https://github.com/rancher/gke-operator/actions/workflows/e2e-latest-rancher.yaml/badge.svg?branch=main)](https://github.com/rancher/gke-operator/actions/workflows/e2e-latest-rancher.yaml)

# gke-operator

The GKE operator is a controller for Kubernetes Custom Resource Definitions (CRDs) that manages cluster provisioning in Google Kubernetes Engine. It uses a GKEClusterConfig defined by a CRD.
Expand Down Expand Up @@ -104,4 +106,4 @@ After pushing the release tag, you need to run 2 Github Actions. You can find th

unRC is the process of removing the rc from a KEv2 operator tag and means the released version is stable and ready for use. Release the KEv2 operator but instead of bumping the rc, remove the rc. For example, if the latest release of GKE operator is:
* `v1.1.3-rc1`, release the next version without the rc which would be `v1.1.3`.
* `v1.1.3`, that has no rc so release that version or `v1.1.4` if updates are available.
* `v1.1.3`, that has no rc so release that version or `v1.1.4` if updates are available.

0 comments on commit d6b7128

Please sign in to comment.