Skip to content
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

Bootstraper polish: #654

Merged
merged 3 commits into from Apr 19, 2018
Merged

Bootstraper polish: #654

merged 3 commits into from Apr 19, 2018

Conversation

kunmingg
Copy link
Contributor

@kunmingg kunmingg commented Apr 13, 2018

  1. Use namespace pass in argument (--namespace=) or defalut namespace ('kubeflow'),
    create it if not exists.
  2. Add unit test pkg (github.com/stretchr/testify) to gilde.
  3. Edit Makefile for macOS compatibility

This change is Reviewable

1. Use namespace pass in argument (--namespace=) or defalut namespace ('kubeflow'),
   create it if not exists.
2. Add unit test pkg (github.com/stretchr/testify) to gilde.
3. Edit Makefile for macOS compatibility
@jlewi
Copy link
Contributor

jlewi commented Apr 13, 2018

Review status: 0 of 124 files reviewed at latest revision, all discussions resolved.


bootstrap/cmd/bootstrap/app/server.go, line 181 at r1 (raw file):

func setupNamespace(namespaces type_v1.NamespaceInterface, name_space string) error {
	fmt.Printf("ns address: %v \n", &namespaces)

nit; "Using namespace: "

Any reason to use fmt here and not log?


Comments from Reviewable

@kunmingg
Copy link
Contributor Author

@jlewi sorry, this line was for testing only, now removed.

@kunmingg
Copy link
Contributor Author

/assign @jlewi

@jlewi
Copy link
Contributor

jlewi commented Apr 19, 2018

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jlewi

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@pdmack
Copy link
Member

pdmack commented Apr 19, 2018

/retest

@k8s-ci-robot k8s-ci-robot merged commit bd21780 into kubeflow:master Apr 19, 2018
saffaalvi pushed a commit to StatCan/kubeflow that referenced this pull request Feb 11, 2021
* Bootstraper polish:
1. Use namespace pass in argument (--namespace=) or defalut namespace ('kubeflow'),
   create it if not exists.
2. Add unit test pkg (github.com/stretchr/testify) to gilde.
3. Edit Makefile for macOS compatibility

* rm debug output

* undo change, will handle in separate PR
yanniszark pushed a commit to arrikto/kubeflow that referenced this pull request Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants