Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kind: bump to 0.20.0 and pin image to kindest/node:v1.27.3 #209

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

KevFan
Copy link
Contributor

@KevFan KevFan commented Jul 10, 2023

On Darwin arm64 using cgroupv2 on docker, running make local-setup fails with the following:

 ✗ Preparing nodes 📦
ERROR: failed to create cluster: could not find a log line that matches "Reached target .*Multi-User System.*|detected cgroup v1"

Bumping the kind version to v0.20.0 and updating the default image to v1.27.3 looks to fix this when running the command locally for me

@KevFan KevFan requested a review from a team as a code owner July 10, 2023 16:30
Copy link
Contributor

@guicassolato guicassolato left a comment

Choose a reason for hiding this comment

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

Well done! 🥇

@guicassolato guicassolato merged commit c827145 into Kuadrant:main Jul 11, 2023
12 checks passed
guicassolato added a commit that referenced this pull request Jul 14, 2023
* Build images with replaces image (#193)

* [makefile] Updating the `replaces` directive in CSV

* [gh workflow] Adding `replacesVersion` as input for workflow_dispatch

* [config] Adding default replaces operator value

* [bundle] Updated bundle

* Building the catalog with the replaces directive (#194)

* [catalog] Building the catalog with the replaces directive

* [catalog] Setting default replaces version to `0.0.0-alpha`

* [bundle] Updating config and bundle with new default release version

* upgrade operator-sdk v1.28.1

* fix verify-bundle task

* Create a ServiceMeshMember, rather than mutating the ServiceMeshMemberRoll

* Fixed access to servicemeshmember

* [test] Unit-tests for common/k8s_utils.go (part 2 of 3) (#191)

* test: Add unit-tests to StatusConditionsMarshalJSON (#167)

* test: Add unit-tests to IsOwnedBy (#167)

* refactor: Add comment to IsOwnedBy (#167)

* test: Add unit-test to GetServicePortNumber (#167)

* Update gateway-api module to v0.6.2 (#153)

* Update gateway api dep to v0.6.2
Update controller runtime
Set go version 1.19
Use github.com/onsi/ginkgo/v2 which is used by the latest version if controller-runtime (envtest).

* Update GatewayClass, Gateway and HTTPRoute to v1beta1

Since v0.6.0 GatewayClass, Gateway and HTTPRoute have moved to the
v1beta1 version of the API and support in v1alpha2 will be removed
eventually. All references to these APIS are now updated to use v1beta1.

PolicyTargetReference are still v1alpha2.

* [test] Unit-tests for common/k8s_utils.go (part 3 of 3) & Unit-tests and improvements for common/yaml_decoder.go (#195)

* test: Add test-case to TestObjectKeyListDifference (#167)

- when inputA and inputB have no common elements then return inputA as the result

* refactor: Rename tests for ObjectKeyListDifference (#167)

* test: Add unit-tests to ContainsObjectKey (#167)

* test: Add unit-tests to FindObjectKey (#167)

* test: Add unit-tests to FindDeploymentStatusCondition (#167)

* refactor: Clarify test name in TestStatusConditionsMarshalJSON (#167)

* test: Add unit-tests to DecodeFile (#167)

* refactor, improvements: DecodeFile YAML decoder (#167)

- Refactor logger initialisation and document decoding to fail fast and return errors immediately
- Enhanced empty doc check
- Add comment to the function

* [istio] Updating registerIstioExternalAuthorizer

* Reconciles also the Istio ConfigMap with the external authorizers
* If the IstioOperator CR returns an error, it continues reconciling CM

* [istio] Updating the unregisterExternalAuthorizerIstio

* With the new functionality

* [mesh config] Refactoring and testing mesh config functionality

* [makefile] Splitting local deploy in different target

* [istio] Refactoring using wrapper structs

* [go] Fixing dependencies

* [mesh config] Refactoring mesh config objects and fns

* [controller] Fixing registering logic

* Still relying on the istio CRD being installed. If not, means no istio
* If it's 404, means it's installed other way than it's operator
* If any other error happens, istio is installed, but an error occurred

* [controller] Refactoring istio installation process

* Added ENV for CM name

* [refactor] Using apierrors.IsNotFound instead of crafting the error msg

* kind: bump to 0.20.0 and pin image to kindest/node:v1.27.3 (#209)

* Upgrade Authorino and Authorino Operator to latest (#211)

* Authorino v0.14.0
* Authorino Operator v0.8.0

* workflow: use go1.19 to align with go.mod go version used (#213)

* workflow: use go1.19 to align with go.mod go version used

* doc: fix operator-sdk & kind versions used for development

---------

Co-authored-by: dd di cesare <4183971+didierofrivia@users.noreply.github.com>
Co-authored-by: Eguzki Astiz Lezaun <eastizle@redhat.com>
Co-authored-by: Alex Snaps <alex@wcgw.dev>
Co-authored-by: artem_tiupin <70763601+art-tapin@users.noreply.github.com>
Co-authored-by: Michael Nairn <mnairn@redhat.com>
Co-authored-by: dd di cesare <didi@posteo.net>
Co-authored-by: Kevin Fan <chfan@redhat.com>
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