Skip to content

Instantly share code, notes, and snippets.

@sastorsl
sastorsl / keybase.md
Created December 6, 2021 14:34
sastorsl keybase

Keybase proof

I hereby claim:

  • I am sastorsl on github.
  • I am sastorsl (https://keybase.io/sastorsl) on keybase.
  • I have a public key ASD38PK5MQhuYvi3fj56rnYiTfy2G4WKpLJFAqdQOGt1Ygo

To claim this, I am signing this object:

@sastorsl
sastorsl / openshift-4.12-removed-apis.bash
Last active September 7, 2023 08:47
OpenShift 4.12 removed APIs list
#!/bin/bash
# https://www.gnu.org/software/bash/manual/html_node/Arrays.html
# Preparing to upgrade to OpenShift Container Platform 4.12
# https://access.redhat.com/articles/6955381
declare -A removedapis=(
[CronJob]=batch/v1beta1
[EndpointSlice]=discovery.k8s.io/v1beta1
[Event]=events.k8s.io/v1beta1
[HorizontalPodAutoscaler]=autoscaling/v2beta1