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

Release docs for Kubernetes 1.11 #9171

Merged
merged 66 commits into from
Jun 27, 2018
Merged

Release docs for Kubernetes 1.11 #9171

merged 66 commits into from
Jun 27, 2018

Commits on Jun 27, 2018

  1. Seperate priority and preemption (#8144)

    resouer authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    ca2914e View commit details
    Browse the repository at this point in the history
  2. Doc about PID pressure condition. (#8211)

    * Doc about PID pressure condition.
    
    Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
    
    * "so" -> "too"
    k82cn authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    9b4e698 View commit details
    Browse the repository at this point in the history
  3. Update version selector for 1.11

    Misty Stanley-Jones committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    f607448 View commit details
    Browse the repository at this point in the history
  4. StorageObjectInUseProtection is GA (#8291)

    * Feature gate: StorageObjectInUseProtection is GA
    
    Update feature gate reference for 1.11
    
    * Trivial commit to re-trigger Netlify
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    c786f99 View commit details
    Browse the repository at this point in the history
  5. CRIContainerLogRotation is Beta in 1.11 (#8665)

    * Seperate priority and preemption (#8144)
    
    * CRIContainerLogRotation is Beta in 1.11
    
    xref: kubernetes/kubernetes#64046
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    f377f9a View commit details
    Browse the repository at this point in the history
  6. Bring StorageObjectInUseProtection feature to GA (#8159)

    * StorageObjectInUseProtection is GA (#8291)
    
    * Feature gate: StorageObjectInUseProtection is GA
    
    Update feature gate reference for 1.11
    
    * Trivial commit to re-trigger Netlify
    
    * Bring StorageObjectInUseProtection feature to GA
    
    StorageObjectInUseProtection is Beta in K8s 1.10.
    
    It's brought to GA in K8s 1.11.
    
    * Fixed typo and added feature state tags.
    pospispa authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    8bf5149 View commit details
    Browse the repository at this point in the history
  7. Remove KUBE_API_VERSIONS doc (#8292)

    The support to the KUBER_API_VERSIONS environment variable is completely
    dropped (no deprecation). This PR removes the related doc in
    release-1.11.
    
    xref: kubernetes/kubernetes#63165
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    fa23024 View commit details
    Browse the repository at this point in the history
  8. Remove InitialResources from admission controllers (#8293)

    The feature (was experimental) is dropped in 1.11.
    
    xref: kubernetes/kubernetes#58784
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    88e0fba View commit details
    Browse the repository at this point in the history
  9. Remove docs related to in-tree support to GPU (#8294)

    * Remove docs related to in-tree support to GPU
    
    The in-tree support to GPU is completely removed in release 1.11.
    This PR removes the related docs in release-1.11 branch.
    
    xref: kubernetes/kubernetes#61498
    
    * Update content updated by PR to Hugo syntax
    
    Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    fbf5c26 View commit details
    Browse the repository at this point in the history
  10. Update the doc about extra volume in kubeadm config (#8453)

    Signed-off-by: Xianglin Gao <xianglin.gxl@alibaba-inc.com>
    xlgao-zju authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    7b39ed7 View commit details
    Browse the repository at this point in the history
  11. Update CRD Subresources for 1.11 (#8519)

    nikhita authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    18f8bf9 View commit details
    Browse the repository at this point in the history
  12. coredns: update notes in administer-cluster/coredns.md (#8697)

    CoreDNS is installed by default in 1.11.
    Add notes on how to install kube-dns instead.
    
    Update notes about CoreDNS->CoreDNS upgrades as in 1.11
    the Corefile is retained.
    
    Add example on upgrading from kube-dns to CoreDNS.
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    d87adab View commit details
    Browse the repository at this point in the history
  13. kubeadm-alpha: CoreDNS related changes (#8727)

    Update note about CoreDNS feature gate.
    
    This change also updates a tab as a kubeadm sub-command
    will change.
    
    It looks for a new generated file:
    generated/kubeadm_alpha_phase_addon_coredns.md
    instead of:
    generated/kubeadm_alpha_phase_addon_kube-dns.md
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    3819dc7 View commit details
    Browse the repository at this point in the history
  14. Update cloud controller manager docs to beta 1.11 (#8756)

    * Update cloud controller manager docs to beta 1.11
    
    * Use Hugo shortcode for feature state
    andrewsykim authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    86dcbc9 View commit details
    Browse the repository at this point in the history
  15. kubeadm-upgrade: include new command kubeadm upgrade diff (#8617)

    Also:
    - Include note that this was added in 1.11.
    - Modify the note about upgrade guidance.
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    f57085d View commit details
    Browse the repository at this point in the history
  16. independent: update CoreDNS mentions for kubeadm (#8753)

    Give CoreDNS instead of kube-dns examples in:
    - docs/setup/independent/create-cluster-kubeadm.md
    - docs/setup/independent/troubleshooting-kubeadm.md
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    cac0432 View commit details
    Browse the repository at this point in the history
  17. update 1.11 --server-print info (#8870)

    * update 1.11 --server-print info
    
    * Copyedit
    juanvallejo authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    7aeb1a2 View commit details
    Browse the repository at this point in the history
  18. Mark ExpandPersistentVolumes feature to beta (#8778)

    * Update version selector for 1.11
    
    * Mark ExpandPersistentVolumes Beta
    
    xref: kubernetes/kubernetes#64288
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    6f3a3b5 View commit details
    Browse the repository at this point in the history
  19. fix shortcode, add placeholder files to fix deploy failures (#8874)

    Bradamant3 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    6ce80b3 View commit details
    Browse the repository at this point in the history
  20. declare ipvs ga (#8850)

    Lion-Wei authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    1821a94 View commit details
    Browse the repository at this point in the history
  21. kubeadm: update info about CoreDNS in kubeadm-init.md (#8728)

    Add info to install kube-dns instead of CoreDNS, as CoreDNS
    is the default DNS server in 1.11.
    
    Add notes that kubeadm config images can be used to list and pull
    the required images in 1.11.
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    b8b374c View commit details
    Browse the repository at this point in the history
  22. kubeadm: update implementation-details.md about CoreDNS (#8829)

    - Replace examples from kube-dns to CoreDNS
    - Add notes about the CoreDNS feature gate status in 1.11
    - Add note that the service name for CoreDNS is also
    called `kube-dns`
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    56b6d68 View commit details
    Browse the repository at this point in the history
  23. Update block device support for 1.11 (#8895)

    * Update block device support for 1.11
    
    * Copyedits
    jsafrane authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    c43deda View commit details
    Browse the repository at this point in the history
  24. Fix typo 'fiber channel' (#8957)

    Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
    Misty Stanley-Jones committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    25ec1ab View commit details
    Browse the repository at this point in the history
  25. kubeadm-upgrade: add the 'node [config]' sub-command (#8960)

    - Add includes for the generated pages
    - Include placeholder generated pages
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    eeb70f6 View commit details
    Browse the repository at this point in the history
  26. kubeadm-init: update the example for the MasterConfiguration (#8958)

    - include godocs link for MasterConfiguration
    - include example MasterConfiguration
    - add note that `kubeadm config print-default` can be used
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    381d615 View commit details
    Browse the repository at this point in the history
  27. kubeadm-config: include new commands (#8862)

    Add notes and includes for these new commands in 1.11:
    - kubeadm config print-default
    - kubeadm config migrate
    - kubeadm config images list
    - kubeadm config images pull
    
    Include placeholder generated files for the above.
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    8c8e0a9 View commit details
    Browse the repository at this point in the history
  28. administer-cluster/coredns: include more changes (#8985)

    It was requested that for this page a couple of methods
    should be outlined:
    - manual installation for CoreDNS explained at the Kubernetes
    section of the GitHub project for CoreDNS
    - installation and upgrade via kubeadm
    
    Make the above changes and also add a section "About CoreDNS".
    
    This commit also lowercases a section title.
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    8f39d37 View commit details
    Browse the repository at this point in the history
  29. Update CRD subresources doc for 1.11 (#8918)

    nikhita authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    ec62317 View commit details
    Browse the repository at this point in the history
  30. Add docs for volume expansion and online resizing (#8896)

    * Add docs for volume expansion going beta
    
    * Copyedit
    
    * Address feedback
    gnufied authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    d711cb7 View commit details
    Browse the repository at this point in the history
  31. Update exec plugin docs with TLS credentials (#8826)

    * Update exec plugin docs with TLS credentials
    
    kubernetes/kubernetes#61803 implements TLS client credential support for
    1.11.
    
    * Copyedit
    
    * More copyedits for clarification
    
    * Additional copyedit
    
    * Change token->credential
    Andrew Lytvynov authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    4cc5461 View commit details
    Browse the repository at this point in the history
  32. NodeRestriction admission prevents kubelet taint removal (#8911)

    liggitt authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    1c4406a View commit details
    Browse the repository at this point in the history
  33. dns-custom-namerserver: break down the page into mutliple sections (#…

    …8900)
    
    * dns-custom-namerserver: break down the page into mutliple sections
    
    This page is currently about kube-dns and is a bit outdated.
    Introduce the heading `# Customizing kube-dns`.
    
    Introduce a separate section about CoreDNS.
    
    * Copyedits, fix headings for customizing DNS
    
    Hey Lubomir,
    I coypedited pretty heavily because this workflow is so much easier for docs and because I'm trying to help improve everything touching kubeadm as much as possible.
    
    But there's one outstanding issue wrt headings and intro content: you can't add a heading 1 to a topic to do what you wanted to do. The page title in the front matter is rendered as a heading 1 and everything else has to start at heading 2. (We still need to doc this better in the docs contributing content, I know.)
    
    Instead, I think we need to rewrite the top-of-page intro content to explain better the relationship between kube-dns and CoreDNS. I'm happy to write something, but I thought I'd push this commit first so you can see what I'm doing.
    
    Hope it's all clear -- ping here or on Slack with any questions ~ Jennifer
    
    * Interim fix for talking about CoreDNS
    
    * Fix CoreDNS details
    neolit123 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    903d714 View commit details
    Browse the repository at this point in the history
  34. PSP readOnly hostPath (#8898)

    liggitt authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    6bbed16 View commit details
    Browse the repository at this point in the history
  35. Add documentation for crictl (#8880)

    * Add documentation for crictl
    
    * Copyedit
    
    Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
    
    * Final copyedit
    feiskyer authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    d6b0282 View commit details
    Browse the repository at this point in the history
  36. VolumeSubpathEnvExpansion alpha feature (#8835)

    Kevin Taylor authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    4d7c685 View commit details
    Browse the repository at this point in the history
  37. Note that Heapster is deprecated (#8827)

    * Note that Heapster is deprecated
    
    This notes that Heapster is deprecated, and migrates the relevant
    docs to talk about metrics-server or other solutions by default.
    
    * Copyedits and improvements
    
    Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
    
    * Address feedback
    DirectXMan12 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    e6fecdf View commit details
    Browse the repository at this point in the history
  38. fix shortcode to troubleshoot deploy (#9057)

    Bradamant3 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    0c1970e View commit details
    Browse the repository at this point in the history
  39. update dynamic kubelet config docs for v1.11 (#8766)

    * update dynamic kubelet config docs for v1.11
    
    * Substantial copyedit
    
    * Address feedback
    mtaufen authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    bf66892 View commit details
    Browse the repository at this point in the history
  40. Reference doc for kubeadm (release-1.11) (#9044)

    * Reference doc for kubeadm (release-1.11)
    
    * fix shortcode to troubleshoot deploy (#9057)
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    9e69b33 View commit details
    Browse the repository at this point in the history
  41. Reference doc for kube-components (release-1.11) (#9045)

    * Reference doc for kube-components (release-1.11)
    
    * Update cloud-controller-manager.md
    
    * fix shortcode to troubleshoot deploy (#9057)
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    b01ce41 View commit details
    Browse the repository at this point in the history
  42. Documentation on lowercasing kubeadm init apiserver SANs (#9059)

    * Documentation on lowercasing kubeadm init apiserver SANs
    
    * fix shortcode to troubleshoot deploy (#9057)
    liztio authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    45f7beb View commit details
    Browse the repository at this point in the history
  43. Clarification in dynamic Kubelet config doc (#9061)

    mtaufen authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    4bd3e92 View commit details
    Browse the repository at this point in the history
  44. Promote sysctls to Beta (#8804)

    * Promote sysctls to Beta
    
    * Copyedits
    
    Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
    
    * Review comments
    
    * Address feedback
    
    * More feedback
    ingvagabund authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    26805bb View commit details
    Browse the repository at this point in the history
  45. kubectl reference docs for 1.11 (#9080)

    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    6576323 View commit details
    Browse the repository at this point in the history
  46. Update Kubernetes API 1.11 ref docs (#8977)

    * Update v1alpha1 to v1beta1.
    
    * Adjust left nav for 1.11 ref docs.
    
    * Trim list of old ref docs.
    steveperry-53 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    ac7717d View commit details
    Browse the repository at this point in the history
  47. Update Federation API ref docs for 1.11. (#9064)

    * Update Federation API ref docs for 1.11.
    
    * Add titles.
    
    * Update definitions.html
    steveperry-53 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    c4c4064 View commit details
    Browse the repository at this point in the history
  48. CRD versioning Public Documentation (#8834)

    * CRD versioning Public Documentation
    
    * Copyedit
    
    Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
    
    * Address feedback
    
    * More rewrites
    
    * Address feedback
    
    * Update main CRD page in light of versioning
    
    * Reorg CRD docs
    
    * Further reorg
    
    * Tweak title
    mbohlool authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    00b6672 View commit details
    Browse the repository at this point in the history
  49. CSI documentation update for raw block volume support (#8927)

    * CSI documetation update for raw block volume support
    
    * minor edits for "CSI raw block volume support"
    
    Some small grammar and style nits.
    
    * minor CSIBlockVolume edits
    vladimirvivien authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    1307dc3 View commit details
    Browse the repository at this point in the history
  50. Update kubectl component ref page for 1.11. (#9094)

    * Update kubectl component ref page for 1.11.
    
    * Add title. Replace stevepe with username.
    steveperry-53 authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    c255ca9 View commit details
    Browse the repository at this point in the history
  51. crd versioning doc: fix nits (#9142)

    nikhita authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    3678425 View commit details
    Browse the repository at this point in the history
  52. Update DynamicKubeletConfig feature to beta (#9110)

    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    fa92e2f View commit details
    Browse the repository at this point in the history
  53. Documentation for dynamic volume limits based on node type (#8871)

    * add cos for storage limits
    
    * Update docs specific for aws and gce
    
    * fix some minor things
    
    * Update storage-limits.md
    
    * Add k8s version to feature-state shortcode
    gnufied authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    53ec6a9 View commit details
    Browse the repository at this point in the history
  54. The Doc update for ScheduleDaemonSetPods (#8842)

    Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
    k82cn authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    ae35800 View commit details
    Browse the repository at this point in the history
  55. Update docs related to PersistentVolumeLabel admission control (#9109)

    The said admission controller is disabled by default in 1.11
    (kubernetes/kubernetes#64326) and scheduled to be removed in future
    release.
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    cb820ce View commit details
    Browse the repository at this point in the history
  56. client exec auth: updates for 1.11 (#9154)

    liggitt authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    fa75933 View commit details
    Browse the repository at this point in the history
  57. Updates HA kubeadm docs (#9066)

    * Updates HA kubeadm docs
    
    Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
    
    * kubeadm HA - Add stacked control plane steps
    
    * ssh instructions and some typos in the bash scripts
    
    Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
    
    * Fix typos and copypasta errors
    
    * Fix rebase issues
    
    * Integrate more changes
    
    Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
    
    * copyedits, layout and formatting fixes
    
    * final copyedits
    
    * Adds a sanity check for load balancer connection
    
    Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
    
    * formatting fixes, copyedits
    
    * fix typos, formatting
    chuckha authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    99e002a View commit details
    Browse the repository at this point in the history
  58. Document the Pod Ready++ feature (#9180)

    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    aa0f7a7 View commit details
    Browse the repository at this point in the history
  59. Mention 'KubeletPluginsWatcher' feature (#9177)

    * Mention 'KubeletPluginsWatcher' feature
    
    This feature is more developers oriented than users oriented, so simply
    mention it in the feature gate should be fine.
    In future, when the design doc is migrated from Google doc to the
    kubernetes/community repo, we can add links to it for users who want to
    dig deeper.
    
    Closes: #9108
    Xref: kubernetes/kubernetes#63328, kubernetes/kubernetes#64605
    
    * Copyedit
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    a0e638a View commit details
    Browse the repository at this point in the history
  60. Amend dynamic volume list docs (#9181)

    The dynamic volume list feature has been documented but the feature gate
    related was not there yet.
    
    Closes: #9105
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    b566a04 View commit details
    Browse the repository at this point in the history
  61. Document for service account projection (#9182)

    This adds docs for the service account projection feature.
    
    Xref: kubernetes/kubernetes#63819, kubernetes/community#1973
    Closes: #9102
    tengqm authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    bb2dd30 View commit details
    Browse the repository at this point in the history
  62. Update pod priority and preemption user docs (#9172)

    * Update pod priority and preemption user docs
    
    * Copyedit
    bsalamat authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    19a4e90 View commit details
    Browse the repository at this point in the history
  63. Documentation on setting node name with Kubeadm (#8925)

    * Documentation on setting node name with Kubeadm
    
    * copyedit
    liztio authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    fd558f0 View commit details
    Browse the repository at this point in the history
  64. Add kubeadm upgrade docs for 1.11 (#9089)

    * Add kubeadm upgrade docs for 1.11
    
    * Initial docs review feedback
    
    * Add 1-11 to outline
    
    * Fix formatting on tab blocks
    
    * Move file to correct location
    
    * Add `kubeadm upgrade node config` step
    
    * Overzealous ediffing
    
    * copyedit, fix lists and headings
    
    * clarify --force flag for fixing bad state
    liztio authored and Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    6d983c0 View commit details
    Browse the repository at this point in the history
  65. Get TOML ready for 1.11 release

    Misty Linville committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    bae709e View commit details
    Browse the repository at this point in the history
  66. Blog post for 1.11 release (#9254)

    * Blog post for 1.11 release
    
    * Update 2018-06-26-kubernetes-1.11-release-announcement.md
    
    * Update 2018-06-26-kubernetes-1.11-release-announcement.md
    
    * Update 2018-06-26-kubernetes-1.11-release-announcement.md
    kbarnard10 authored and k8s-ci-robot committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    97eada0 View commit details
    Browse the repository at this point in the history