Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for abbreviation (0.06 seconds)

  1. CHANGELOG/CHANGELOG-1.9.md

    *   If you run `kubectl get po` while the API server in unreachable, a misleading error is returned: `the server doesn't have a resource type "po"`. To work around this issue, specify the full resource name in the command instead of the abbreviation: `kubectl get pods`. This issue will be fixed in a future release.
    
      For more information, see [#57198](https://github.com/kubernetes/kubernetes/issues/57198).
    
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    ### Other (Cleanup or Flake)
    
    - Added a short output format argument for `kubectl explain`. You could now use `-o` as an abbreviation for `--output` in commands such as `kubectl explain <resource> --output plaintext-openapiv2`. ([#127869](https://github.com/kubernetes/kubernetes/pull/127869), [@ak20102763](https://github.com/ak20102763))
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Tue Dec 16 18:27:41 GMT 2025
    - 448.1K bytes
    - Click Count (0)
Back to Top