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

fix iam patch logic and update image in config #1582

Merged
merged 1 commit into from Sep 20, 2018

Conversation

kunmingg
Copy link
Contributor

@kunmingg kunmingg commented Sep 19, 2018

This change is Reviewable

@@ -355,7 +355,7 @@ func (s *ksServer) getRegistryUri(registry *RegistryConfig) (string, error) {
if err != nil {
os.Mkdir(registryPath, os.ModePerm)
}
fileUrl := path.Join(registry.Repo, "archive", registry.Version + ".tar.gz")
fileUrl := registry.Repo + "/archive/" + registry.Version + ".tar.gz"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the issue with path.Join?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a chance that path.Join will turn // to /, might generate invalid urls.

@abhi-g
Copy link
Member

abhi-g commented Sep 20, 2018

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhi-g

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

@k8s-ci-robot k8s-ci-robot merged commit 61c7da4 into kubeflow:master Sep 20, 2018
swiftdiaries pushed a commit to swiftdiaries/kubeflow that referenced this pull request Sep 21, 2018
swiftdiaries added a commit to swiftdiaries/kubeflow that referenced this pull request Sep 21, 2018
saffaalvi pushed a commit to StatCan/kubeflow that referenced this pull request Feb 11, 2021
surajkota pushed a commit to surajkota/kubeflow that referenced this pull request Jun 13, 2022
…tion used in KfDef (kubeflow#1582)

* add IBM stack components

* add IBM stack components

* revert seldon test expected data

* switch to base_v3 for istio-stack
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