From 69d5f668621dfe1e6c0ecf87c91d0c017e0005ba Mon Sep 17 00:00:00 2001 From: patocox Date: Tue, 17 Feb 2015 10:21:38 -0600 Subject: [PATCH] Update aws-kubernetes.yml --- db/job_templates/aws-kubernetes.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db/job_templates/aws-kubernetes.yml b/db/job_templates/aws-kubernetes.yml index 39dbbb6..b92967d 100644 --- a/db/job_templates/aws-kubernetes.yml +++ b/db/job_templates/aws-kubernetes.yml @@ -34,10 +34,10 @@ environment: description: Size for each node in your cluster. The value should match the available sizes in the AWS console that are compatible with RHEL 7. steps: - name: Deploy AWS Cluster - source: centurylink/kube-cluster-deploy:aws + source: centurylink/cluster-deploy:aws.kube - name: Install Kubernetes on Cluster - source: centurylink/kube-install:aws + source: centurylink/kube-install:latest - name: Deploy Panamax Remote Agent Node - source: centurylink/agent-server-deploy:aws + source: centurylink/cluster-deploy:agent - name: Install Panamax Remote Agent, Adaptor and Remote Target Endpoint - source: centurylink/remote-agent-install:aws + source: centurylink/remote-agent-install:latest