Skip to content

Commit

Permalink
Update k8s version. (elastic#3684)
Browse files Browse the repository at this point in the history
  • Loading branch information
constanca-m authored Nov 1, 2023
1 parent 556e60d commit 021d409
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MSG="parameter missing."
HOME=${HOME:?$MSG}

KIND_VERSION="v${KIND_VERSION:-"0.20.0"}"
KUBERNETES_VERSION="${KUBERNETES_VERSION:-"1.27.3"}"
KUBERNETES_VERSION="${KUBERNETES_VERSION:-"1.28.0"}"

KUBECTL_CMD="${HOME}/bin/kubectl"

Expand Down
2 changes: 1 addition & 1 deletion e2e/_suites/kubernetes-autodiscover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This is an example of the optional configuration:
export ELASTIC_AGENT_VERSION=7.12.0 # version of Elastic Agent to use
export GITHUB_CHECK_SHA1=0123456789 # to select snapshots built by beats-ci
export KIND_VERSION="0.20.0" # version of kind
export KUBERNETES_VERSION="1.27.3" # version of the cluster to be passed to kind
export KUBERNETES_VERSION="1.28.0" # version of the cluster to be passed to kind
```
3. Install dependencies.
Expand Down
2 changes: 1 addition & 1 deletion internal/config/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- docker
- kind (>= 0.20.0)
- kubectl (>= 1.27.3)
- kubectl (>= 1.28.0)

## Deployment

Expand Down

0 comments on commit 021d409

Please sign in to comment.