the pods keep restarting and showing this error Back-off restarting failed 
container
Error syncing pod

the deployment is showing this error Does not have minimum availability !!!

yes I tried to specify the number of replicas

On Friday, December 1, 2017 at 11:17:38 AM UTC-5, Rodrigo Campos wrote:
>
> What is the error exactly you are seeing?
> Have you tried specifying a number of replicas?
>
> On Friday, December 1, 2017, Montassar Dridi <montass...@gmail.com 
> <javascript:>> wrote:
>
>> Why I keep getting this error Does not have minimum availability for a 
>> deployment as sample as this 
>> apiVersion: apps/v1beta1
>> kind: Deployment
>> metadata:
>>   name: backup-deployment
>>   labels:
>>     app: backup
>> spec:
>>   selector:
>>     matchLabels:
>>       app: backup
>>   template:
>>     metadata:
>>       labels:
>>         app: backup
>>     spec:
>>       containers:
>>       - name: backup
>>         image: debian:jessie
>>         ports:
>>         - containerPort: 80
>>
>> -- 
>> 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.
>>
>

-- 
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