On Monday, May 15, 2017 at 3:37:26 PM UTC-6, Ahmet Alp Balkan wrote:
> Interesting, I've been able to change the image to busybox from your manifest 
> and deploy it as is, and the pod came up.
> 
> 
> On Mon, May 15, 2017 at 2:13 PM,  <che...@gmail.com> wrote:
> Here it is with both labels:
> 
> thanks
> 
> 
> 
> 
> 
> apiVersion: extensions/v1beta1
> 
> kind: Deployment
> 
> metadata:
> 
>   labels:
> 
>     component: symphony
> 
>     app: naas
> 
>   name: symphony
> 
>   namespace: symphony
> 
> spec:
> 
>   replicas: 1
> 
>   template:
> 
>     metadata:
> 
>       labels:
> 
>         component: symphony
> 
>         app: naas
> 
>     spec:
> 
>       containers:
> 
>       - image: registry.naas.aws.charterlab.com:4567/symphony/api:17.05.10
> 
>         name: api
> 
>         command: ["sleep"]
> 
>         args: ["300000"]
> 
>         ports:
> 
>         - containerPort: 8000
> 
>         resources:
> 
>           requests:
> 
>             memory: 256Mi
> 
>           limits:
> 
>             memory: 1024Mi
> 
> 
> 
> 
> 
> --
> 
> You received this message because you are subscribed to the Google Groups 
> "Kubernetes user discussion and Q&A" group.
> 
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to kubernetes-use...@googlegroups.com.
> 
> To post to this group, send email to kubernet...@googlegroups.com.
> 
> Visit this group at https://groups.google.com/group/kubernetes-users.
> 
> For more options, visit https://groups.google.com/d/optout.

I should mention the version I am on now:

Kubernetes: 1.5.2

Will keep an eye on it later
thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to