Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for elevator (0.2 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"el_salvador":                          "\U0001f1f8\U0001f1fb",
    	"electric_plug":                        "\U0001f50c",
    	"elephant":                             "\U0001f418",
    	"elevator":                             "\U0001f6d7",
    	"elf":                                  "\U0001f9dd",
    	"elf_man":                              "\U0001f9dd\u200d\u2642\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. cluster/addons/metrics-server/auth-delegator.yaml

    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      name: metrics-server:system:auth-delegator
      labels:
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: system:auth-delegator
    subjects:
    - kind: ServiceAccount
      name: metrics-server
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 03 20:14:57 UTC 2017
    - 398 bytes
    - Viewed (0)
  3. pilot/pkg/leaderelection/k8sleaderelection/healthzadaptor_test.go

    	req := &http.Request{}
    
    	tests := []struct {
    		description    string
    		expected       error
    		adaptorTimeout time.Duration
    		elector        *LeaderElector
    	}{
    		{
    			description:    "call check before leader elector initialized",
    			expected:       nil,
    			adaptorTimeout: time.Second * 20,
    			elector:        nil,
    		},
    		{
    			description:    "call check when the lease is far expired",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 12 18:41:53 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/preflight/checks_windows.go

    	"golang.org/x/sys/windows"
    )
    
    // Check validates if a user has elevated (administrator) privileges.
    func (ipuc IsPrivilegedUserCheck) Check() (warnings, errorList []error) {
    	hProcessToken := windows.GetCurrentProcessToken()
    	if hProcessToken.IsElevated() {
    		return nil, nil
    	}
    	return nil, []error{errors.New("the kubeadm process must be run by a user with elevated privileges")}
    }
    
    // Check number of memory required by kubeadm
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 17:23:02 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. .idea/dictionaries/valentin.xml

    <component name="ProjectDictionaryState">
      <dictionary name="valentin">
        <words>
          <w>decapitalize</w>
          <w>delegator</w>
          <w>elipsis</w>
          <w>funs</w>
          <w>immediates</w>
          <w>initializers</w>
          <w>inserter</w>
          <w>negatable</w>
          <w>pparent</w>
          <w>precheck</w>
          <w>prioritizer</w>
          <w>processings</w>
          <w>rbrace</w>
          <w>rbracket</w>
          <w>renderers</w>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Sep 13 14:46:16 UTC 2016
    - 605 bytes
    - Viewed (0)
  6. prow/config/metrics/metrics.yaml

    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      labels:
        k8s-app: metrics-server
      name: metrics-server:system:auth-delegator
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: system:auth-delegator
    subjects:
    - kind: ServiceAccount
      name: metrics-server
      namespace: kube-system
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 11 20:51:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  7. cluster/gce/addons/konnectivity-agent/konnectivity-rbac.yaml

      name: system:konnectivity-server
      labels:
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: system:auth-delegator
    subjects:
      - apiGroup: rbac.authorization.k8s.io
        kind: User
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 02 01:24:48 UTC 2020
    - 409 bytes
    - Viewed (0)
  8. cmd/kubeadm/app/preflight/checks_unix.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package preflight
    
    import (
    	"os"
    
    	"github.com/pkg/errors"
    )
    
    // Check validates if an user has elevated (root) privileges.
    func (ipuc IsPrivilegedUserCheck) Check() (warnings, errorList []error) {
    	if os.Getuid() != 0 {
    		return nil, []error{errors.New("user is not running as root")}
    	}
    
    	return nil, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 921 bytes
    - Viewed (0)
  9. cmd/kubelet/app/server_windows.go

    	klog.InfoS("Kubelet is running as", "login name", u.Username, "dispaly name", u.Name)
    
    	if !windows.GetCurrentProcessToken().IsElevated() {
    		return errors.New("kubelet needs to run with elevated permissions!")
    	}
    
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 24 21:57:08 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/service/ElevateWordService.java

                        }
                    } catch (final Exception e) {
                        logger.warn("Failed to read a sugget elevate word: {}", list, e);
                    }
                }
                elevateWordBhv.refresh();
            } catch (final IOException e) {
                logger.warn("Failed to read a sugget elevate word.", e);
            }
        }
    
        public void exportCsv(final Writer writer) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top