[25.1] Two Continuous Integration workflow fixes - #23461
Merged
mvdbeek merged 2 commits intoSep 4, 2026
Merged
Conversation
minikube v1.39.0 changed the default container runtime to `containerd`, (see: https://github.com/kubernetes/minikube/releases/tag/v1.39.0 ), which currently doesn't work with the `none` driver: kubernetes/minikube#21985 Fix the following error on CI integration workflows: ``` * minikube v1.39.0 on Ubuntu 24.04 * Using the none driver based on user configuration ! Using the 'containerd' runtime with the 'none' driver is an untested configuration! * Starting "minikube" primary control-plane node in "minikube" cluster * Running on localhost (CPUs=4, Memory=15988MB, Disk=147718MB) ... * OS release is Ubuntu 24.04.4 LTS X Exiting due to RUNTIME_ENABLE: Failed to start container runtime: Temporary Error: sudo /usr/local/bin/crictl version: exit status 1 stdout: stderr: time="2026-09-02T22:08:14Z" level=fatal msg="validate service connection: validate CRI v1 runtime API for endpoint \"unix:///run/containerd/containerd.sock\": rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService" ```
On 2026-09-21 CircleCI is removing support for `version: 2.0` configs: https://circleci.com/changelog/upcoming-config-compilation-breaking-changes/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
version: 2.0configsHow to test the changes?
(Select all options that apply)
License