-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
docs(troubleshooting): add a new item into troubleshooting #602
Conversation
user_guide.md
Outdated
@@ -473,6 +473,18 @@ To fix this issue first create Github API token using this [guide](https://help. | |||
export GITHUB_TOKEN=<< token >> | |||
``` | |||
|
|||
### Unknown variable: env | |||
|
|||
It always happens to an old version of ksonnet. Actually there is a requirement of ksonnet version [here](https://github.com/kubeflow/kubeflow/blob/master/user_guide.md#requirements). |
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.
Can you include the error message that you saw in the bug?
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing 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 |
comment addressed @jlewi |
No idea about the @jlewi PTAL |
@gaocegege PTAL |
/test all |
I made some suggested changes to the wording of the error message. It seemed easier to do this as a commit then as a comment. Feel free to reject the changes.
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
@DjangoPeng I made some suggested changes to the wording of the error message PTAL. |
@DjangoPeng Do my changes look good to you? It would be good to get this merged and unblock your other PR #604 adding the TOC? |
@jlewi LGTM Sorry for the late reply. All day outside, just come back now. |
/retest |
From the testing error log, I guess there are some trouble in our CI env? Command: go run hack/e2e.go -v --test --test_args='--ginkgo.focus=simple\-tfjob\-gke$'
Timeout waiting for simple-tfjob-gke in namespace kubeflow-presubmit-kubeflow-e2e-gke-602-28b03b9-1115-c7f3 to finish. |
Doesn't look like a quota issue
|
/test all |
/test all |
1 similar comment
/test all |
Woo Hoo tests passed. Merging this manually; because the CLA check is busted. |
Provide a solution for
Unknown variable: env
issue.Ref: #598
/assign @jlewi
/assign @gaocegege
This change is