-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Description
I just noticed today that the functionality of kubernetes.io/search has changed and it is extremely bad. I have to use "site:kubernetes.io {search term}" now in Google whenever I want to search for something.
As a quick example, let's say you search for: "Service".
Google -> First result: Service overview, Second result: Example of service usage, Third result: Debugging services. This is in line with what you would expect
In the docs -> First result: Ingresses, Second result: Tailing traffic with Stern, Third result: Define Dependent Environment Variables. Literally none of the results are about Services. Only the first result is somewhat-related
The previous search was not the best, but this is a considerable downgrade. What's the rationale behind these changes?
Edit: After some superficial debugging it seems like this change was meant for China only, and is caused by the is_china cookie being set to true. You can manually replace this by using your Browser's developer tools (in the case of Firefox, right click anywhere on the page -> Inspect Accesibility Properties -> Storage tab.
There's been a shift in the issue and it appears that multiple users outside of china are also encountering this. Some sample Reddit threads 1 2. This should be addressed.