forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conformance test results for 1.14/docker-desktop-for-windows (cnc…
…f#561) Signed-off-by: Ulrich VACHON <[email protected]>
- Loading branch information
1 parent
45c985c
commit d811d13
Showing
4 changed files
with
20,639 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
vendor: Docker | ||
name: Docker Desktop for Windows | ||
version: 2.0.4.0 (33772) | ||
website_url: https://hub.docker.com/editions/community/docker-ce-desktop-windows | ||
documentation_url: https://docs.docker.com/docker-for-windows/ | ||
product_logo_url: https://www.docker.com/sites/default/files/vertical_large.png | ||
type: distribution | ||
description: Docker Desktop - Windows is Docker designed to run on Windows 10. It is a native Windows application that provides an easy-to-use development environment for building, shipping, and running dockerized apps. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Docker Desktop for Windows | ||
|
||
Docker Desktop - Windows is Docker designed to run on Windows 10. It is a native Windows application that provides an easy-to-use development environment for building, shipping, and running dockerized apps. | ||
|
||
## Setup | ||
|
||
- Download and install Docker Desktop for Windows version 2.0.4.0 (33772) Edge Channel: https://download.docker.com/win/edge/33772/Docker%20Desktop%20Installer.exe | ||
- In Docker Desktop for Windows preferences, enable Kubernetes to create a cluster on your local machine. | ||
|
||
## Reproduce Conformance Tests | ||
|
||
Download the last binary release of Sonobuoy | ||
|
||
``` | ||
$ wget https://github.com/heptio/sonobuoy/releases/download/v0.14.2/sonobuoy_0.14.2_windows_amd64.tar.gz | ||
``` | ||
|
||
Run Sonobuoy on the cluster | ||
``` | ||
$ sonobuoy run | ||
``` | ||
|
||
Get the results on local | ||
``` | ||
$ sonobuoy retrieve . | ||
``` | ||
|
||
Clean up Kubernetes objects created by Sonobuoy | ||
``` | ||
$ sonobuoy delete | ||
``` |
Oops, something went wrong.