Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StatefulSetAutoDelete documentation #30550

Closed
wants to merge 55 commits into from
Closed

StatefulSetAutoDelete documentation #30550

wants to merge 55 commits into from

Commits on Aug 19, 2021

  1. Recommend using TTL field in job

    Recommend using ttlSecondsAfterFinished in the job spec so that the pod deletion can be guaranteed when jobs get deleted.
    ravisantoshgudimetla committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    6c50bc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Update pod-lifecycle.md

    riita10069 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    11103c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Update _index.md

    riita10069 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    4c2413c View commit details
    Browse the repository at this point in the history
  2. Update components.md

    riita10069 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    b293a15 View commit details
    Browse the repository at this point in the history
  3. Update components.md

    riita10069 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    19dafaa View commit details
    Browse the repository at this point in the history
  4. Update overview.md

    riita10069 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    40accf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56a0c18 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Apply suggestions from code review

    Co-authored-by: Tim Bannister <tim@scalefactory.com>
    ravisantoshgudimetla and sftim committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    1afd786 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    5aa3469 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    38cae7e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. [ja] removed Contiv.io

    Arhell committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f5dea3b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. [ja] fixed the broken link

    Arhell committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    b4855bc View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update managing-tls-in-a-cluster.md

    In my humble view, `kubectl certificate approve my-svc.my-namespace` command may understand easily to follow up this procedure.
    
    Update managing-tls-in-a-cluster.md
    
    Change some text as Divya Mohan's guidance.
    
    Update managing-tls-in-a-cluster.md
    
    Change text as sftim's guidance.! Thank you so much!
    sysnet4admin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0cb7bc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. [ja] update apparmor.md

    Arhell committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    2a1ba00 View commit details
    Browse the repository at this point in the history
  2. [zh] Update apparmor.md

    Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
    fenggw-fnst committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    2151d4e View commit details
    Browse the repository at this point in the history
  3. [zh]: Add warning about using unsupported CRON_TZ

    Signed-off-by: cndoit18 <cndoit18@outlook.com>
    cndoit18 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    65b7de8 View commit details
    Browse the repository at this point in the history
  4. Update get-shell-running-container.md

    Delete meaningless spaces
    lyzhang1999 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    9c641a8 View commit details
    Browse the repository at this point in the history
  5. Update debug-pod-replication-controller.md

    Add English and Chinese spaces
    lyzhang1999 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    36d5dbd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30542 from cndoit18/unsupported-cron-tz

    [zh]: Add warning about using unsupported CRON_TZ
    k8s-ci-robot committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    b96fc31 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #30541 from fenggw-fnst/update-apparmor

    [zh] Update apparmor.md
    k8s-ci-robot committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    2183dda View commit details
    Browse the repository at this point in the history
  8. replace dead links

    neha-viswanathan committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d9d2c78 View commit details
    Browse the repository at this point in the history
  9. replace dead links

    neha-viswanathan committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    eaf2004 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d367806 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Merge pull request #30549 from lyzhang1999/patch-2

    Update debug-pod-replication-controller.md
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    07d956c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30554 from neha-viswanathan/30523-dead-links

    replace dead links
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    3929001 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30548 from lyzhang1999/patch-1

    Update get-shell-running-container.md
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    054abe0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #29958 from riita10069/feature/pod-lifecycle

    [ja] Update pod-lifecycle.md
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    3a61194 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #29974 from riita10069/feature/tasks/run-applicati…

    …on/scale-stateful-set
    
    [ja] Replace with a link in Japanese about scale-stateful-set.md
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    f4e5f36 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #29976 from riita10069/feature/concepts/configurat…

    …ion/overview
    
    [ja] Replace with a link in Japanese about overview.md
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    dfd14b0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #29977 from riita10069/feature/concepts/overview/c…

    …omponents
    
    [ja] Replace with a link in Japanese about concepts/overview/components
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7e5dd27 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #29980 from riita10069/feature/concepts/_index

    [ja] Replace with a link in Japanese about `/concepts/_index.md`
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    38bfe67 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #30297 from Arhell/cloud

    [ja] Including Oracle Cloud Infrastructure
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    fa87a0f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #30354 from Arhell/fix-link

    [ja] fixed broken link in intro-windows-in-kubernetes.md
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    dcd6672 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #30437 from Arhell/remove

    [ja] removed Contiv.io
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    476cce5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #30471 from Arhell/fixed

    [ja] fixed the broken link
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    4064a35 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #30539 from Arhell/upd-app

    [ja] update apparmor.md
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    6d8c2b6 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #30525 from weibeld/main

    Change 'container' to 'Pod' in Jobs documentation
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2040c81 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #29478 from ravisantoshgudimetla/patch-12

    Recommend using TTL field in job
    k8s-ci-robot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    48a2a13 View commit details
    Browse the repository at this point in the history
  16. [zh] Update storage-classes.md (#30561)

    * [zh] Update storage-classes.md
    
    Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
    
    * [zh] Fix an invalid link in storage-classes.md
    
    Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
    fenggw-fnst committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    3053842 View commit details
    Browse the repository at this point in the history
  17. [zh] - docs/reference/command-line-tools-reference/kube-proxy.md (#30531

    )
    
    * [zh] - docs/reference/command-line-tools-reference/kube-proxy.md
    
    * [zh] - docs/reference/command-line-tools-reference/kube-apiserver.md
    
    * [zh] - docs/reference/command-line-tools-reference/kube-controller-manager.md
    
    * Fix some translation errors
    popomen committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    be1deab View commit details
    Browse the repository at this point in the history
  18. storage: Minor fixes to Windows projected volumes

    - Add missing period
    - Link to projected volume permission KEP instead of PR
    - Add missing PowerShell command
    aravindhp committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    11f5db4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    2b40286 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30568 from Arhell/upd

    [zh] update pod mapping to avoid deprecation notice
    k8s-ci-robot committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    2b46eef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20685c8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30559 from aravindhp/windows-projected-volume-fol…

    …low-up
    
    storage: Minor fixes to Windows projected volumes
    k8s-ci-robot committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    000a9de View commit details
    Browse the repository at this point in the history
  5. Merge pull request #30573 from SijmenHuizenga/patch-1

    Fix broken ref in services-networking/service.md
    k8s-ci-robot committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    074e358 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2ef6f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Merge pull request #30580 from Arhell/fix-typo

    [zh] corrected grammatical error
    k8s-ci-robot committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    0140ee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0a8fe5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Merge pull request #30566 from wiggitywhitney/pdb-glossary

    Clarify glossary entry for PodDisruptionBudget
    k8s-ci-robot committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bca3cdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30500 from sysnet4admin/patch-5

    Update managing-tls-in-a-cluster.md
    k8s-ci-robot committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7714140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d13885 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30587 from Arhell/remove

    [zh] removed depracated ruby client library
    k8s-ci-robot committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a05f047 View commit details
    Browse the repository at this point in the history
  5. [zh] Update implementation-details.md

    Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
    fenggw-fnst committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    180baaf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30589 from fenggw-fnst/update-implementation-details

    [zh] Update implementation-details.md
    k8s-ci-robot committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    162d7bc View commit details
    Browse the repository at this point in the history