kubernetes-sigs / sig-windows-dev-tools

This is a batteries included local development environment for Kubernetes on Windows.
Apache License 2.0
80 stars 46 forks source link

OpenSSL installer link is now broken in 0-antrea.ps1 #188

Closed luckerby closed 2 years ago

luckerby commented 2 years ago

Trying to setup the 2-node setup never completes, as the Windows nodes runs into a problem when running the 0-antrea.ps1 script as seen in the full log here. On a closer look, downloading the OpenSSL client yields a strange 153-bytes executable. The reason for this is the respective version no longer exists on the source site that provides the OpenSSL Windows binary.

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

dougsland commented 2 years ago

This issue has being resolved by the patch below. Feel free to re-open in case it still shows up.

commit 845d44ae9adf66568b3f3f369010c64b41032599
Author: jay vyas <jvyas@vmware.com>
Date:   Sun Jun 5 12:17:59 2022 -0400

    Add antrea ssl file
dougsland commented 2 years ago

/close

k8s-ci-robot commented 2 years ago

@dougsland: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/sig-windows-dev-tools/issues/188#issuecomment-1232383423): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.