Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Failed Deployment:

Sumit Rawal answered on May 6, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • how to find error in deployment
  • Trying out a sample deployment
  • Create the Deployment with the following commands:
  • Deployment options
  • Rolling Back Failed Deployments

  • Failed Deployment:

    0

    Your Deployment may get stuck trying to deploy its newest ReplicaSet without ever completing. This can occur due

    to some of the following factors:

    • Insufficient quota

    • Readiness probe failures

    • Image pull errors

    • Insufficient permissions

    • Limit ranges

    • Application runtime misconfiguration

    apiVersion: apps/v1

    kind: Deployment

    metadata:

    name: ubuntu-deployment

    labels:

    app: ubuntu

    spec:

    replicas: 3

    selector:

    matchLabels:

    app: ubuntu

    template:

    metadata:

    labels:

    app: ubuntu

    spec:

    containers:

    - name: ubuntu

    image: ubuntu:20.04

    command: ["/bin/bash", "-c", "while true; do echo 'hello sagar'; sleep 5; done"]  

    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on May 06 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.