Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 73 for Migration (0.35 sec)

  1. cmd/kubeadm/app/phases/addons/dns/dns.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package dns
    
    import (
    	"context"
    	"fmt"
    	"io"
    	"strings"
    
    	"github.com/coredns/corefile-migration/migration"
    	"github.com/pkg/errors"
    
    	apps "k8s.io/api/apps/v1"
    	v1 "k8s.io/api/core/v1"
    	rbac "k8s.io/api/rbac/v1"
    	apierrors "k8s.io/apimachinery/pkg/api/errors"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/pv_controller_test.go

    			expVolumeFinalizers: []string{volume.PVDeletionProtectionFinalizer},
    			expModified:         true,
    		},
    		{
    			// csi-migration is not completely enabled as the specific plugin feature is not present. This is equivalent
    			// of disabled csi-migration.
    			name:                "13-8 migration is enabled but plugin migration feature is disabled, volume has the external PV deletion protection finalizer",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  3. tests/integration/security/reachability_test.go

    				}).BuildOrFail(t)
    			}
    
    			// Add the migration app to the full list of services.
    			allServices := apps.Ns1.All.Append(migrationApp.Services())
    
    			// Create matchers for the migration app.
    			migration := match.ServiceName(migrationApp.NamespacedName())
    			notMigration := match.Not(migration)
    
    			// Call options to be used for tests using the migration app.
    			migrationOpts := []echo.CallOptions{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. internal/config/notify/legacy.go

    package notify
    
    import (
    	"fmt"
    	"strconv"
    	"strings"
    
    	"github.com/minio/minio/internal/config"
    	"github.com/minio/minio/internal/event/target"
    )
    
    // SetNotifyKafka - helper for config migration from older config.
    func SetNotifyKafka(s config.Config, name string, cfg target.KafkaArgs) error {
    	if !cfg.Enable {
    		return nil
    	}
    
    	if err := cfg.Validate(); err != nil {
    		return err
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. cmd/kube-controller-manager/app/controllermanager.go

    	// leaderMigrator will be non-nil if and only if Leader Migration is enabled.
    	var leaderMigrator *leadermigration.LeaderMigrator = nil
    
    	// If leader migration is enabled, create the LeaderMigrator and prepare for migration
    	if leadermigration.Enabled(&c.ComponentConfig.Generic) {
    		logger.Info("starting leader migration")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/task_configuration_avoidance.adoc

    [[sec:task_configuration_avoidance_general]]
    === Migration guidelines
    1. [[task_configuration_avoidance_guideline_use_help_task]] **Use `help` task as a benchmark during the migration.** +
    The `help` task is the perfect candidate to benchmark your migration process.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 23:45:25 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  7. pkg/controller/volume/persistentvolume/pv_controller_base.go

    		if err != nil {
    			logger.Error(err, "Could not update volume migration annotations. Migration enabled for plugin but could not find corresponding driver name", "plugin", provisioner)
    			return false
    		}
    		if migratedToDriver != csiDriverName {
    			ann[storagehelpers.AnnMigratedTo] = csiDriverName
    			return true
    		}
    	} else {
    		if migratedToDriver != "" {
    			// Migration annotation exists but the driver isn't migrated currently
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top