-
Notifications
You must be signed in to change notification settings - Fork 67
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
Put together short testing guide, .env -> (direnv friendly).envrc #599
Put together short testing guide, .env -> (direnv friendly).envrc #599
Conversation
Codecov Report
@@ Coverage Diff @@
## main #599 +/- ##
=======================================
Coverage 75.06% 75.06%
=======================================
Files 47 47
Lines 2883 2883
=======================================
Hits 2164 2164
Misses 581 581
Partials 138 138 Continue to review full report at Codecov.
|
1d95766
to
b5ae64f
Compare
b5ae64f
to
f354f00
Compare
``` | ||
|
||
Here we create our environment file containing patched PATH, various exports, etc. | ||
I personally like to use [direnv](https://direnv.net/) too. It will pick up .envrc and source it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets try not to use personal pronouns or appreciations, we could use something like "it is compatible with direnv..."
make kind-cluster | ||
``` | ||
|
||
This will install `kind` to ./bin and initialize the cluster. Kind uses [kind.yaml](e2e/kind.yaml) as cluster configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will install `kind` to ./bin and initialize the cluster. Kind uses [kind.yaml](e2e/kind.yaml) as cluster configuration. | |
This will install `kind` to the `./bin` directory and initialize the cluster. Kind uses [kind.yaml](e2e/kind.yaml) as cluster configuration. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ikvmw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
/kind documentation
/kind cleanup
Release Note