#!/bin/bash
#
# Copyright (c) 2019-2021 Oracle and/or its affiliates. All rights reserved.
# Licensed under the GNU General Public License Version 3 as shown at https://www.gnu.org/licenses/gpl-3.0.txt.

kubeadm upgrade apply --config "$1" --allow-experimental-upgrades --ignore-preflight-errors="$2" -y -v5
