kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.44k stars 14.31k forks source link

`trafficDistribution` shows as alpha despite graduating to beta in v1.31 #47776

Closed BBBmau closed 1 week ago

BBBmau commented 1 week ago

This is a documentation mismatch Report

Problem: I was looking over the v1.31 release notes and when looking into trafficDistribution i noticed that the docs show that it's still in alpha yet when we look into the feature gates, PR, and service documentation page it says that it's now in a beta state. Proposed Solution:

We'll want to update the docs to prevent any confusion for future users

Page to Update: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#service-v1-core

v1.31

robert-cronin commented 1 week ago

I believe you're correct @BBBmau, thank you for spotting it! It looks like this is part of the auto generated docs. I will add a PR with a fix.

/sig network

sftim commented 1 week ago

/retitle trafficDistribution shows as alpha despite graduating to beta in v1.31

For this repo, we can take the docs part as a given.

sftim commented 1 week ago

/language en

sftim commented 1 week ago

The same upstream change would fix https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/

sftim commented 1 week ago

/triage accepted

robert-cronin commented 1 week ago

/assign