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

Display information during the build with the data selected #155

Closed dougsland closed 2 years ago

dougsland commented 2 years ago

Issue

Today when users execute make 2 or make after cloning the repo is not displaying any information which options were selected from ./sync/shared/variables.yaml.

Goal

Would be nice to display to users after executing make such information. This helps user understand what's happening, which APIServer is selected, kubelet, nodes IP, SHA, overwrite linux bins?, CNI, VM size etc.

# make 2
Triggering SIG Windows Dev tools Env Build
==================================
    kubelet: "1.21.0"
    apiserver: "1.23.0"
    Windows Node IP: "10.20.30.11"
    Linux Node IP: "10.20.30.10"
    Overwrite Linux Binaries: False
    CNI: Antrea

etc...
dougsland commented 2 years ago

/good-first-issue

k8s-ci-robot commented 2 years ago

@dougsland: This request has been marked as suitable for new contributors.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to [this](https://github.com/kubernetes-sigs/sig-windows-dev-tools/issues/155): >/good-first-issue 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.