Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,398 for admins (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    - CSIServiceAccountToken graduates to Beta and enabled by default. ([#99298](https://github.com/kubernetes/kubernetes/pull/99298), [@zshihang](https://github.com/zshihang))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

    There is no mitigation from this issue.  Cluster admins should take care to secure aggregated API servers and should not grant access to mutate `APIService`s to untrusted parties.
    
    **Affected Versions**:
      - kube-apiserver v1.25.0
      - kube-apiserver v1.24.0 - v1.24.4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/init.go

    			// Only bootstrap the admin.conf if it's used by the user (i.e. --kubeconfig has its default value)
    			// and if the bootstrapping was not already done
    			if !d.adminKubeConfigBootstrapped && isDefaultKubeConfigPath {
    				// Call EnsureAdminClusterRoleBinding() to obtain a working client from admin.conf.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 17 03:37:05 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  4. tests/integration/security/normalization_test.go

    						{"/app/%2E./admin", "/admin"},
    						{`/app\admin`, `/app/admin`},
    						{`/app/\/\/\admin`, `/app/admin`},
    						{`/%2Fapp%5cadmin%5Cabc`, `/app/admin/abc`},
    						{`/%5Capp%2f%5c%2F%2e%2e%2fadmin%5c\abc`, `/app/admin/abc`},
    						{`/app//../admin`, `/app/admin`},
    						{`/app//../../admin`, `/admin`},
    						{`/%c0%2e%c0%2e/admin`, `/%c0.%c0./admin`},
    						{`/%c0%2fadmin`, `/%c0/admin`},
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.6.md

    * kube-up.sh on GCE now includes the bootstrap admin in the super-user group, and ensures the auth token file is correct on upgrades ([#39537](https://github.com/kubernetes/kubernetes/pull/39537), [@liggitt](https://github.com/liggitt))
    * genericapiserver: cut off more dependencies – episode 3 ([#40426](https://github.com/kubernetes/kubernetes/pull/40426), [@sttts](https://github.com/sttts))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    			<li class="nav-item has-treeview <c:if test="${param.menuCategoryType=='crawl'}">menu-open</c:if>">...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 15 20:55:28 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                - controllers
                type: object
              status:
                description: KubeControllersConfigurationStatus represents the status
                  of the configuration. It's useful for admins to be able to see the actual
                  config that was applied, which can be modified by environment variables
                  on the kube-controllers process.
                properties:
                  environmentVars:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /admin/group/admin_group_edit.jsp */
        HtmlNext path_AdminGroup_AdminGroupEditJsp = new HtmlNext("/admin/group/admin_group_edit.jsp");
    
        /** The path of the HTML: /admin/joblog/admin_joblog.jsp */
        HtmlNext path_AdminJoblog_AdminJoblogJsp = new HtmlNext("/admin/joblog/admin_joblog.jsp");
    
        /** The path of the HTML: /admin/joblog/admin_joblog_details.jsp */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/project_properties.adoc

    ORG_GRADLE_PROJECT_foo=bar
    ----
    ====
    
    This feature is useful when you don't have admin rights to a continuous integration server and you need to set property values that should not be easily visible.
    Since you cannot use the `-P` option in that scenario nor change the system-level configuration files, the correct strategy is to change the configuration of your continuous integration build job, adding an environment variable setting that matches an expected pattern.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 10:46:34 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  10. cluster/gce/gci/configure-helper.sh

      setup-addon-manifests "addons" "rbac/kubelet-api-auth"
      setup-addon-manifests "addons" "rbac/kubelet-cert-rotation"
      if [[ "${REGISTER_MASTER_KUBELET:-false}" == "true" ]]; then
        setup-addon-manifests "addons" "rbac/legacy-kubelet-user"
      else
        setup-addon-manifests "addons" "rbac/legacy-kubelet-user-disable"
      fi
    
      # Set up manifests of other addons.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top