...

Text file src/k8s.io/kubernetes/cluster/images/etcd/migrate-if-needed.bat

Documentation: k8s.io/kubernetes/cluster/images/etcd

     1@echo off
     2REM Copyright 2021 The Kubernetes Authors.
     3REM
     4REM Licensed under the Apache License, Version 2.0 (the "License");
     5REM you may not use this file except in compliance with the License.
     6REM You may obtain a copy of the License at
     7REM
     8REM     http://www.apache.org/licenses/LICENSE-2.0
     9REM
    10REM Unless required by applicable law or agreed to in writing, software
    11REM distributed under the License is distributed on an "AS IS" BASIS,
    12REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    13REM See the License for the specific language governing permissions and
    14REM limitations under the License.
    15
    16REM DEPRECATED:
    17REM The functionality has been moved to migrate binary and this script
    18REM if left for backward compatibility with previous manifests. It will be
    19REM removed in the future.
    20
    21C:\bin\migrate.exe

View as plain text