-
Notifications
You must be signed in to change notification settings - Fork 23
Update cluster-setup to compile kn properly #50
Conversation
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.
Some errors during setting up client kn in the output of integration test:
test/common.sh: line 70: pushd: /tmp/kn-build.wDjOa7: Not a directory
fatal: destination path '.' already exists and is not an empty directory.
test/common.sh: line 72: hack/build.sh: No such file or directory
cp: cannot stat 'kn': No such file or directory
test/common.sh: line 74: popd: directory stack empty
|
||
```bash | ||
# kubectl get rc [tab][tab] | ||
backend frontend database |
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.
Remove trailing whitespace:
backend frontend database | |
backend frontend database |
@daisy-ycguo I think we can merge that and then the issue on the non-vendor PR would be gone, too. |
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.
OK
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maximilien, rhuss 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 |
/lgtm |
Also, update hello plugin to cobra 1.0