Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 778 for ugrave (0.27 sec)

  1. cmd/kubeadm/app/phases/upgrade/staticpods.go

    	}
    
    	retries := 10
    	retryInterval := 15 * time.Second
    
    	// Perform etcd upgrade using common to all control plane components function
    	if err := upgradeComponent(constants.Etcd, certsRenewMgr, waiter, pathMgr, cfg, beforeEtcdPodHash, recoverManifests); err != nil {
    		fmt.Printf("[upgrade/etcd] Failed to upgrade etcd: %v\n", err)
    		// Since upgrade component failed, the old etcd manifest has either been restored or was never touched
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 10:07:41 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_import_toolchain.txt

    -- get-u-v-stderr.want --
    go: trying upgrade to example.net/a@v0.2.0
    go: trying upgrade to example.net/b@v0.1.0
    go: module ./a2 requires go >= 1.22.0; switching to go1.22.9
    go: trying upgrade to example.net/a@v0.2.0
    go: trying upgrade to example.net/b@v0.1.0
    go: accepting indirect upgrade from go@1.20 to 1.22.0
    go: trying upgrade to example.net/c@v0.1.0
    go: trying upgrade to example.net/d@v0.2.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/upgrade/common.go

    	}
    
    	initCfg, err := configutil.FetchInitConfigurationFromCluster(client, printer, "upgrade/config", false, false)
    	if err != nil {
    		if apierrors.IsNotFound(err) {
    			_, _ = printer.Printf("[upgrade/config] In order to upgrade, a ConfigMap called %q in the %q namespace must exist.\n", constants.KubeadmConfigConfigMap, metav1.NamespaceSystem)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/cmd/upgrade/apply.go

    	}
    
    	// Now; perform the upgrade procedure
    	if err := PerformControlPlaneUpgrade(flags, client, waiter, initCfg, upgradeCfg); err != nil {
    		return errors.Wrap(err, "[upgrade/apply] FATAL")
    	}
    
    	// Upgrade RBAC rules and addons.
    	klog.V(1).Infoln("[upgrade/postupgrade] upgrading RBAC rules and addons")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  5. tests/test_tutorial/test_response_model/test_tutorial003_py310.py

                "password": "fighter",
                "email": "******@****.***",
                "full_name": "Grave Dohl",
            },
        )
        assert response.status_code == 200, response.text
        assert response.json() == {
            "username": "foo",
            "email": "******@****.***",
            "full_name": "Grave Dohl",
        }
    
    
    @needs_py310
    def test_openapi_schema(client: TestClient):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 04 20:47:07 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  6. src/packaging/common/scripts/postrm

            SOURCE_ENV_FILE=false
        ;;
        failed-upgrade|abort-install|abort-upgrade|disappear|upgrade|disappear)
        ;;
    
        # RedHat ####################################################
        0)
            REMOVE_DIRS=true
            REMOVE_SERVICE=true
            REMOVE_USER_AND_GROUP=true
        ;;
        1)
            # If $1=1 this is an upgrade
            IS_UPGRADE=true
        ;;
    
        *)
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 2.2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_get_update_unrelated_sum.txt

    -- use.go --
    package use
    
    import (
    	_ "example.com/upgrade"
    	_ "rsc.io/quote"
    )
    -- upgrade1/go.mod --
    module example.com/upgrade
    
    go 1.16
    -- upgrade1/upgrade.go --
    package upgrade
    -- upgrade2/go.mod --
    module example.com/upgrade
    
    go 1.16
    
    require rsc.io/quote v1.5.2 // indirect
    -- upgrade2/upgrade.go --
    package upgrade
    -- dummy/go.mod --
    module rsc.io/quote
    
    go 1.16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  8. buildscripts/minio-iam-ldap-upgrade-import-test.sh

    Poorna <******@****.***> 1716056341 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/cmd/phases/upgrade/node/kubeletconfig.go

    		if err != nil {
    			return err
    		}
    
    		fmt.Println("[upgrade] The configuration for this node was successfully updated!")
    		fmt.Println("[upgrade] Now you should go ahead and upgrade the kubelet package using your package manager.")
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  10. tests/test_tutorial/test_response_model/test_tutorial003.py

                "password": "fighter",
                "email": "******@****.***",
                "full_name": "Grave Dohl",
            },
        )
        assert response.status_code == 200, response.text
        assert response.json() == {
            "username": "foo",
            "email": "******@****.***",
            "full_name": "Grave Dohl",
        }
    
    
    def test_openapi_schema():
        response = client.get("/openapi.json")
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 04 20:47:07 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top