Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 25 for debug (0.04 seconds)

  1. CHANGELOG/CHANGELOG-1.20.md

    Note that as a new builtin command, `kubectl debug` takes priority over any `kubectl` plugin named “debug”. You will need to rename the affected plugin.
    Invocations using `kubectl alpha debug` are now deprecated and will be removed in a subsequent release. Update your scripts to use `kubectl debug` instead of `kubectl alpha debug`!
    Created: 2026-04-03 09:05
    - Last Modified: 2022-01-19 21:05
    - 409K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.18.md

    ### SIG CLI introduces kubectl debug
    
    Created: 2026-04-03 09:05
    - Last Modified: 2021-06-16 17:18
    - 373.2K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.21.md

    - Kubectl: The deprecated `kubectl alpha debug` command is removed. Use `kubectl debug` instead. ([#98111](https://github.com/kubernetes/kubernetes/pull/98111), [@pandaamanda](https://github.com/pandaamanda)) [SIG CLI]
    Created: 2026-04-03 09:05
    - Last Modified: 2022-10-14 07:03
    - 367.3K bytes
    - Click Count (0)
  4. api/go1.16.txt

    pkg debug/elf, const DT_CONFIG = 1879047930
    pkg debug/elf, const DT_CONFIG DynTag
    pkg debug/elf, const DT_DEPAUDIT = 1879047931
    pkg debug/elf, const DT_DEPAUDIT DynTag
    pkg debug/elf, const DT_FEATURE = 1879047676
    pkg debug/elf, const DT_FEATURE DynTag
    pkg debug/elf, const DT_FILTER = 2147483647
    pkg debug/elf, const DT_FILTER DynTag
    pkg debug/elf, const DT_FLAGS_1 = 1879048187
    pkg debug/elf, const DT_FLAGS_1 DynTag
    Created: 2026-04-07 11:13
    - Last Modified: 2022-12-02 16:30
    - 479.2K bytes
    - Click Count (0)
  5. CHANGELOG/CHANGELOG-1.22.md

    Users who create ephemeral containers using `kubectl debug` should note that kubectl version 1.22 will attempt to fall back to the old API; older versions of kubectl will not work with cluster versions of 1.22 or later. Please update kubectl to 1.22 if you wish to use `kubectl debug` with a mix of cluster versions.
    
    ## Known Issues
    
    Created: 2026-04-03 09:05
    - Last Modified: 2022-12-13 12:43
    - 454.1K bytes
    - Click Count (0)
  6. api/go1.13.txt

    pkg database/sql, type NullTime struct, Valid bool
    pkg debug/dwarf, method (*UnsupportedType) Common() *CommonType
    pkg debug/dwarf, method (*UnsupportedType) Size() int64
    pkg debug/dwarf, method (*UnsupportedType) String() string
    pkg debug/dwarf, type UnsupportedType struct
    pkg debug/dwarf, type UnsupportedType struct, embedded CommonType
    pkg debug/dwarf, type UnsupportedType struct, Tag Tag
    pkg debug/elf, type Symbol struct, Library string
    Created: 2026-04-07 11:13
    - Last Modified: 2019-08-08 18:44
    - 452.6K bytes
    - Click Count (0)
  7. CHANGELOG/CHANGELOG-1.27.md

    - Added "general", "baseline", and "restricted" debugging profiles for kubectl debug. ([#114280](https://github.com/kubernetes/kubernetes/pull/114280), [@sding3](https://github.com/sding3)) [SIG CLI]
    - Added "netadmin" debugging profiles for kubectl debug. ([#115712](https://github.com/kubernetes/kubernetes/pull/115712), [@wedaly](https://github.com/wedaly)) [SIG CLI]
    Created: 2026-04-03 09:05
    - Last Modified: 2024-07-17 07:48
    - 466.3K bytes
    - Click Count (2)
  8. CHANGELOG/CHANGELOG-1.11.md

    * Exposed `/debug/flags/v` to allow dynamically set glog logging level.  For example, to change glog level to 3, send a PUT request such as `curl -X PUT http://127.0.0.1:8080/debug/flags/v -d "3"`. ([#63777](https://github.com/kubernetes/kubernetes/pull/63777), [@hzxuzhonghu](https://github.com/hzxuzhonghu))
    Created: 2026-04-03 09:05
    - Last Modified: 2020-02-06 06:04
    - 328.4K bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.33.md

    - Fixed kubelet logging to properly respect verbosity levels. Previously, some debug/info messages using V().Error() would always be printed regardless of the configured log verbosity. ([#136434](https://github.com/kubernetes/kubernetes/pull/136434), [@thc1006](https://github.com/thc1006)) [SIG Node]
    Created: 2026-04-03 09:05
    - Last Modified: 2026-03-19 03:17
    - 369K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.28.md

    - The apiserver debug endpoint `/debug/api_priority_and_fairness/dump_requests` has been extended to dump executing requests as well as queued ones.  A column for StartTime has been added to the returned table, with the queued requests having a StartTime of "0001-01-01T00:00:00Z"....
    Created: 2026-04-03 09:05
    - Last Modified: 2025-09-05 03:47
    - 456.9K bytes
    - Click Count (1)
Back to Top