mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-14 22:06:46 +00:00
The latest version is failing to install with the below error, so pin to the last known good version. WARNING: No stable version of 'aks-preview' to install. Preview versions allowed. ERROR: The checksum of the extension does not match the expected value. Use --debug for more information. Evidence this version fixes the issue locally: $ az extension list-versions --name aks-preview --output table | tail -2 True False True (upgrade available) aks-preview True 21.0.0b8 True False False aks-preview True 21.0.0b9 (max compatible version) $ az extension add --name aks-preview --version 21.0.0b9 No stable version of 'aks-preview' to install. Preview versions allowed. The checksum of the extension does not match the expected value. Use --debug for more information. $ az extension remove --name aks-preview The extension aks-preview is not installed. Please install the extension via `az extension add -n aks-preview`. $ az extension add --name aks-preview --version 21.0.0b8 No stable version of 'aks-preview' to install. Preview versions allowed. The installed extension 'aks-preview' is in preview. $ Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
Kata Containers Tests
This directory contains various types of tests for testing the Kata Containers repository.
Test Content
We provide several tests to ensure Kata-Containers run on different scenarios and with different container managers.
- Integration tests to ensure compatibility with:
- Stability tests
- Functional
GitHub Actions
Kata Containers uses GitHub Actions in the Kata Containers repository.