Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

istioctl: use --tag/--hub instead --initImage/--runtimeImage#388

Merged
ayj merged 6 commits intoistio:masterfrom
ayj:use-hub-tag-flag-and-change-defaults
Mar 24, 2017
Merged

istioctl: use --tag/--hub instead --initImage/--runtimeImage#388
ayj merged 6 commits intoistio:masterfrom
ayj:use-hub-tag-flag-and-change-defaults

Conversation

@ayj
Copy link
Copy Markdown
Contributor

@ayj ayj commented Mar 24, 2017

Use --tag and --hub instead of --initImage and --runtimeImage flags.
This makes usage a bit more concise because the hub is unlikely to
change and the tag is common between init and runtime image.
Furthermore, it is consistent with the manager integration test flags.

Use --tag and --hub instead of --initImage and --runtimeImage flags.
This makes usage a bit more concise because the hub is unlikely to
change and the tag is common between init and runtime image.
Furthermore, it is consistent with the manager integration test flags.
DefaultInitImage = "docker.io/istio/init:latest"
DefaultRuntimeImage = "docker.io/istio/runtime:latest"
DefaultHub = "docker.io"
DefaultTag = "2017-03-22-17.30.06"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe use build version here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

That would work, but maybe we should wait until we have full acceptance test in place which verifies latest version of manager, proxy, and mixer together with a matching version of istioctl?

@istio-testing
Copy link
Copy Markdown
Contributor

Jenkins job manager/presubmit passed

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2017

Codecov Report

Merging #388 into master will increase coverage by 0.02%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
+ Coverage   64.85%   64.88%   +0.02%     
==========================================
  Files          25       25              
  Lines        2632     2634       +2     
==========================================
+ Hits         1707     1709       +2     
  Misses        800      800              
  Partials      125      125
Impacted Files Coverage Δ
platform/kube/inject/inject.go 77.5% <100%> (+0.38%) ⬆️
cmd/istioctl/inject.go 38.59% <66.66%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0d597cc...e1eaf2e. Read the comment docs.

@istio-testing
Copy link
Copy Markdown
Contributor

Jenkins job manager/presubmit passed

@ayj ayj merged commit bfc2384 into istio:master Mar 24, 2017
@ayj ayj deleted the use-hub-tag-flag-and-change-defaults branch March 24, 2017 17:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants