Documentation ¶
Overview ¶
Copyright (c) 2021 Tigera, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (c) 2021 Tigera, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (c) 2021 Tigera, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
const ( CalicoKubeConfigFile = "calico-kube-config" CalicoUpgradeDir = "c:\\CalicoUpgrade" EnterpriseDir = "TigeraCalico" CalicoUpgradeLabel = "projectcalico.org/windows-upgrade" CalicoUpgradeInProgress = "in-progress" CalicoVersionAnnotation = "projectcalico.org/version" CalicoVariantAnnotation = "projectcalico.org/variant" CalicoUpgradeScript = "calico-upgrade.ps1" )
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run()
This file contains the upgrade processing for the calico/node. This includes: - Monitoring node labels and getting the Calico Windows upgrade script file from the label. - Uninstalling current Calico Windows (OSS or Enterprise) running on the node. - Install new version of Calico Windows.
func ShouldInstallUpgradeService ¶
func ShouldInstallUpgradeService()
Exit with code zero if Windows upgrade service should be installed.
Types ¶
This section is empty.