Skip to content

Instantly share code, notes, and snippets.

@oshoval
oshoval / enable_udn_ipam_on_kcli.md
Last active September 5, 2024 10:53
Enable UDN / IPAM on KCLI
#!/bin/bash -ex
# Enabling OpenShift FeatureSet on KCLI makes the cluster unstable, hence lets enable specifically just what needed.
# Make sure you have the desired KCLI / HCO nighly deployed (this doc doesnt cover it).
# See https://access.redhat.com/articles/6070641
# This script enables only OCP features, not HCO ones.
oc patch network.operator.openshift.io cluster --type='merge' -p='{"spec":{"managementState":"Unmanaged"}}'
@oshoval
oshoval / kcli.md
Last active November 13, 2025 10:23
Kcli 101