Skip to content

Instantly share code, notes, and snippets.

View maxu777's full-sized avatar

Max Uzunov maxu777

  • Munich, Germany
View GitHub Profile
@maxu777
maxu777 / oc_to_k8s.py
Last active April 20, 2024 10:01
Convert Openshift `DeploymentConfig` to Kubernetes `Deployment`
"""
Convert Openshift `DeploymentConfig` to Kubernetes `Deployment`.
requirements:
pip install ruamel.yaml
"""
import argparse
import json
import logging.config