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

Commit

Permalink
WIP: Final changes for passing AWS smoke test
Browse files Browse the repository at this point in the history
Update KVO image and last failing smoke test.
  • Loading branch information
Derek Parker committed Oct 10, 2017
1 parent 99516ac commit 107f18f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ variable "tectonic_container_images" {
kubednsmasq = "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.4"
kubedns_sidecar = "gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.4"
kube_version = "quay.io/coreos/kube-version:0.1.0"
kube_version_operator = "quay.io/coreos/kube-version-operator-dev:72382525be95671ecafc10b141b7f9e9a37ef01c"
kube_version_operator = "quay.io/coreos/kube-version-operator-dev:4b53e2363d433b04bb22778bc984ec4c1149fe80"
node_agent = "quay.io/coreos/node-agent:v1.7.5-kvo.3"
pod_checkpointer = "quay.io/coreos/pod-checkpointer:3517908b1a1837e78cfd041a0e51e61c7835d85f"
stats_emitter = "quay.io/coreos/tectonic-stats:6e882361357fe4b773adbf279cddf48cb50164c1"
Expand Down
2 changes: 1 addition & 1 deletion modules/bootkube/resources/kvo.service
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ExecStart=/usr/bin/docker \
-v /opt/tectonic:/opt/tectonic \
${kube_version_operator_image} \
/kube-version-operator \
--upgrade-spec=/upgrade-spec.json \
--upgrade-spec=/upgrade-spec.yaml \
--version=${kubernetes_version} \
--cluster-config=/opt/tectonic/kvo-config.yaml \
--outdir=/opt/tectonic \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
command:
- /kube-version-operator
- --cache-images=true
- --version-mapping=/upgrade-spec.json
- --version-mapping=/upgrade-spec.yaml
imagePullSecrets:
- name: coreos-pull-secret
securityContext:
Expand Down
1 change: 0 additions & 1 deletion modules/tectonic/resources/tectonic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ kubectl create -f stats-emitter.yaml

echo "Creating Operators"
kubectl create -f updater/tectonic-channel-operator-kind.yaml
kubectl create -f updater/app-version-kind.yaml
kubectl create -f updater/migration-status-kind.yaml
kubectl create -f updater/node-agent.yaml
kubectl create -f updater/tectonic-monitoring-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
var (
// defaultIgnoredManifests represents the manifests that are ignored by
// testAllResourcesCreated by default.
defaultIgnoredManifests = []string{"bootstrap"}
defaultIgnoredManifests = []string{"bootstrap", "kvo-config.yaml", "config.json"}

// experimentalManifests represents the manifests that are ignored by
// testAllResourcesCreated when manifestExperimentalEnv isn't set to 'true'.
Expand Down

0 comments on commit 107f18f

Please sign in to comment.