Skip to content

Commit

Permalink
Make linking the kubeconfig idempotent. (istio#1852)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Make linking the kubeconfig idempotent.

Previously there were situations where we needed to manually unlink the config, e.g., after build errors.

```release-note
NONE
```
  • Loading branch information
Joerg Schad authored and istio-merge-robot committed Nov 27, 2017
1 parent cc39692 commit 1903f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ artifacts: docker
@echo 'To be added'

pilot/platform/kube/config:
ln -s ~/.kube/config pilot/platform/kube/
ln -fs ~/.kube/config pilot/platform/kube/

.PHONY: artifacts build checkvars clean docker test setup push

Expand All @@ -164,4 +164,4 @@ show.goenv: ; $(info $(H) go environment...)

# show makefile variables. Usage: make show.<variable-name>
show.%: ; $(info $* $(H) $($*))
$(Q) true
$(Q) true

0 comments on commit 1903f78

Please sign in to comment.