Skip to content

Commit

Permalink
Fix: k8s version of minikube (googleforgames#14)
Browse files Browse the repository at this point in the history
* fix: k8s version for minikube, because of adopting agones

* rollback Copyright in deploy_template
  • Loading branch information
kazu0716 authored Nov 25, 2022
1 parent ee24469 commit 441ffd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: medyagh/setup-minikube@master
id: space-agone
with:
kubernetes-version: v1.24.7
kubernetes-version: v1.23.14
cpus: 2
memory: 4096m
- name: Install helm and envsubst
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $ make openmatch-install
```bash
# Start minikube
# ref: https://minikube.sigs.k8s.io/docs/commands/start/
$ minikube start --cpus="2" --memory="4096" --kubernetes-version=v1.24.7 --driv
$ minikube start --cpus="2" --memory="4096" --kubernetes-version=v1.23.14 --driv
er=hyperkit

# Install minimized Agones
Expand Down Expand Up @@ -228,8 +228,10 @@ $ make integration-test

#### minikube

1. [Create a space-agon k8s cluster via minikube.](#create-the-resources-and-install-gaming-oss)

```bash
# Connect to service
# Connect to service in minikube
$ minikube tunnel

# Open another terminal and
Expand Down
2 changes: 1 addition & 1 deletion deploy_template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Google LLC
# Copyright 2017 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 441ffd0

Please # to comment.