Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
Update installer.sha and artifacts (#341)
Browse files Browse the repository at this point in the history
* Update installer.sha and artifacts

* Lint
  • Loading branch information
ostromart authored and istio-testing committed Oct 10, 2019
1 parent d3e7bab commit b7f3c04
Show file tree
Hide file tree
Showing 8 changed files with 801 additions and 771 deletions.
4 changes: 4 additions & 0 deletions Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ default: mesh
mesh: vfsgen
go build -o ${GOBIN}/mesh ./cmd/mesh.go

update-goldens:
export REFRESH_GOLDEN=true
@go test ./cmd/mesh/...

########################

TMPDIR := $(shell mktemp -d)
Expand Down
10 changes: 8 additions & 2 deletions cmd/mesh/testdata/manifest-generate/output/all_on.yaml

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions cmd/mesh/testdata/manifest-generate/output/flag_set_values.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,6 @@ spec:
release: istio
istio: pilot
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: istio-pilot-service-account
namespace: istio-control
labels:
app: pilot
release: istio
---
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
Expand All @@ -238,6 +229,57 @@ spec:
name: istio-pilot
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istio-pilot-istio-control
labels:
app: pilot
release: istio
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: istio-pilot-istio-control
subjects:
- kind: ServiceAccount
name: istio-pilot-service-account
namespace: istio-control
---
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: "default"
namespace: istio-control
labels:
release: istio
spec:
host: "*.local"
trafficPolicy:
tls:
mode: DISABLE
---
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: "api-server"
namespace: istio-control
labels:
release: istio
spec:
host: "kubernetes.default.svc.cluster.local"
trafficPolicy:
tls:
mode: DISABLE
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: istio-pilot-service-account
namespace: istio-control
labels:
app: pilot
release: istio
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: istio-pilot-istio-control
Expand Down Expand Up @@ -438,35 +480,6 @@ data:
cluster: out.galley.15019
timeout: 0.000s
---
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: "api-server"
namespace: istio-control
labels:
release: istio
spec:
host: "kubernetes.default.svc.cluster.local"
trafficPolicy:
tls:
mode: DISABLE
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istio-pilot-istio-control
labels:
app: pilot
release: istio
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: istio-pilot-istio-control
subjects:
- kind: ServiceAccount
name: istio-pilot-service-account
namespace: istio-control
---
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -607,19 +620,6 @@ data:
# Address where istio Pilot service is running
discoveryAddress: istio-pilot.istio-control:15011
---
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: "default"
namespace: istio-control
labels:
release: istio
spec:
host: "*.local"
trafficPolicy:
tls:
mode: DISABLE
---

# Resources for Prometheus component

Expand Down
Loading

0 comments on commit b7f3c04

Please sign in to comment.