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

Update Conformance Results for v1.26/alvistack-vagrant-kubernetes #2717

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v1.26/alvistack-vagrant-kubernetes/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
vendor: AlviStack
name: AlviStack - Vagrant Box Packaging for Kubernetes
version: 20230423.1.1
version: 20230726.1.1
website_url: https://github.com/alvistack/vagrant-kubernetes
documentation_url: https://github.com/alvistack/ansible-collection-kubernetes/tree/master/docs
product_logo_url: https://raw.githubusercontent.com/alvistack/ansible-collection-kubernetes/master/docs/images/alvistack/stacked/color/alvistack-stacked-color.svg
Expand Down
6 changes: 3 additions & 3 deletions v1.26/alvistack-vagrant-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ Check result:

root@kube01:~# kubectl get node
NAME STATUS ROLES AGE VERSION
kube01 Ready control-plane 3h41m v1.26.4
kube02 Ready control-plane 3h40m v1.26.4
kube03 Ready <none> 3h36m v1.26.4
kube01 Ready control-plane 3h41m v1.26.7
kube02 Ready control-plane 3h40m v1.26.7
kube03 Ready <none> 3h36m v1.26.7

root@kube01:~# kubectl get pod --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
Expand Down
Loading