Skip to content

Instantly share code, notes, and snippets.

View bomboclat's full-sized avatar
💭
ಠ_ಠ

Andrea Galletti bomboclat

💭
ಠ_ಠ
View GitHub Profile
@bmaupin
bmaupin / convert-deploymentconfig-to-deployment.md
Last active October 8, 2024 19:38
Convert OpenShift DeploymentConfig to Kubernetes Deployment
  1. Change apiVersion from:

    - apiVersion: v1

    (or apiVersion: apps.openshift.io/v1)

    to: