Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 199 for Migration (0.13 sec)

  1. pkg/scheduler/framework/plugins/nodevolumelimits/csi_test.go

    			driverNames:  []string{ebsCSIDriverName, gceCSIDriverName},
    			test:         "don't count pvcs with different type towards volume limit",
    			limitSource:  "node",
    		},
    		// Tests for in-tree volume migration
    		{
    			newPod:           inTreeOneVolPod,
    			existingPods:     []*v1.Pod{inTreeTwoVolPod},
    			filterName:       "csi",
    			maxVols:          2,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  2. pilot/pkg/leaderelection/k8sleaderelection/README.md

    prioritized leader election gets upstreamed in the near future ([KEP](https://github.com/kubernetes/enhancements/pull/2836)), and hopefully what gets merged isn't too far from what we have forked here (if it is, we'd have to potentially maintain migration code in our fork for a few releases before abandoning). Once merged we can abandon this forked code and use upstream again....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 11 16:58:48 UTC 2021
    - 935 bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/nodevolumelimits/csi.go

    			// retrieved.
    			pvcName = ephemeral.VolumeClaimName(pod, &vol)
    			isEphemeral = true
    		default:
    			// Inline Volume does not have PVC.
    			// Need to check if CSI migration is enabled for this inline volume.
    			// - If the volume is migratable and CSI migration is enabled, need to count it
    			// as well.
    			// - If the volume is not migratable, it will be count in non_csi filter.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/BuildTreeConfigurationCache.kt

         */
        fun finalizeCacheEntry()
    
        // This is a temporary property to allow migration from a root build scoped cache to a build tree scoped cache
        val isLoaded: Boolean
    
        // This is a temporary method to allow migration from a root build scoped cache to a build tree scoped cache
        fun attachRootBuild(host: DefaultConfigurationCache.Host)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/BuildScanPluginSmokeTest.groovy

                    "WARNING: The following functionality has been deprecated and will be removed in the next major release of the Develocity Gradle plugin. " +
                        "For assistance with migration, see https://gradle.com/help/gradle-plugin-develocity-migration.")
                .maybeExpectLegacyDeprecationWarningIf(FIRST_VERSION_UNDER_DEVELOCITY_BRAND <= versionNumber,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  6. architecture/environments/operator.md

    the controller, but allows manifests to be generated and optionally applied from the command line without the need to
    run a privileged controller in the cluster.
    1. [Migration tools](#migration-tools). The migration tools are intended to
    automate configuration migration from Helm to the operator.
    
    The operator code uses the new Helm charts in the [istio/manifests/charts](../manifests/charts/istio-operator). It is not
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  7. pkg/controller/volume/attachdetach/util/util.go

    	}
    
    	if csiMigratedPluginManager.IsMigrationCompleteForPlugin(pluginName) {
    		// All nodes are expected to have migrated CSI plugin installed and
    		// configured when CSI Migration Complete flag is enabled for a plugin.
    		// CSI migration is supported even if there is version skew between
    		// managers and node.
    		return true, nil
    	}
    
    	if len(nodeName) == 0 {
    		return false, errors.New("nodeName is empty")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 10:42:15 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/local/model/LocalFileDependencyMetadata.java

    import org.gradle.api.internal.file.FileCollectionInternal;
    
    import javax.annotation.Nullable;
    
    /**
     * Represents a local file dependency. Should be modelled as a regular dependency, but is treated separately as a migration step.
     */
    public interface LocalFileDependencyMetadata {
        /**
         * Returns the id of the component that the file dependency references, if known. If not known an arbitrary identifier will be assigned.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. README.md

    ## Migration from another search provider
    
    Please see [MIGRATION.md](MIGRATION.md).
    
    ## Data Store
    
    Currently, Fess supports crawling the following [storage locations and APIs](https://fess.codelibs.org/14.12/admin/dataconfig-guide.html):
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Feb 25 00:40:07 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/configurations/RoleBasedConfigurationContainerInternal.java

         * Intended only for use with roles defined in {@link ConfigurationRolesForMigration}.
         *
         * @throws org.gradle.api.InvalidUserDataException If a non-migration role is used.
         */
        Configuration migratingUnlocked(String name, ConfigurationRole role);
    
        /**
         * Creates a new configuration, which can change roles, with initial role {@code role},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 20:25:05 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top