-
Notifications
You must be signed in to change notification settings - Fork 15.4k
wrong content-type for some blogs at k8s.io/blog/ #17100
Description
This is a Bug Report
Problem:
Kubernetes 1.2 and simplifying advanced networking with Ingress
Kubernetes 1.2: Even more performance upgrades, plus easier application deployment and management
Kubernetes 1.3: Bridging Cloud Native and Enterprise Workloads
Kubernetes 1.4: Making it easy to run on Kubernetes anywhere
Kubernetes 1.5: Supporting Production Workloads
Kubernetes 1.6: Multi-user, Multi-workloads at Scale
Kubernetes 1.7: Security Hardening, Stateful Application Updates and Extensibility
At least these blogs have wrong content-type 'application/octet-stream', for example:
$ curl -I -s https://kubernetes.io/blog/2016/03/kubernetes-1.2-even-more-performance-upgrades-plus-easier-application-deployment-and-management
HTTP/2 200
accept-ranges: bytes
cache-control: public, max-age=0, must-revalidate
content-length: 82588
content-type: application/octet-stream
date: Tue, 22 Oct 2019 07:05:56 GMT
etag: "144be287c274dd3239fb5b59e6b1176d-ssl"
strict-transport-security: max-age=31536000
age: 1285
server: Netlify
x-nf-request-id: 17f57fd9-7088-4efc-abad-6fd6482f16cb-16811818
Proposed Solution:
Local hugo serve works, so I guess it's a misconfiguration on the server side.
Page to Update:
At lease these pages:
https://kubernetes.io/blog/2016/03/kubernetes-1.2-and-simplifying-advanced-networking-with-ingress/
https://kubernetes.io/blog/2016/03/kubernetes-1.2-even-more-performance-upgrades-plus-easier-application-deployment-and-management/
https://kubernetes.io/blog/2016/07/kubernetes-1.3-bridging-cloud-native-and-enterprise-workloads/
https://kubernetes.io/blog/2016/09/kubernetes-1.4-making-it-easy-to-run-on-kuberentes-anywhere/
https://kubernetes.io/blog/2016/12/kubernetes-1.5-supporting-production-workloads/
https://kubernetes.io/blog/2017/03/kubernetes-1.6-multi-user-multi-workloads-at-scale/
https://kubernetes.io/blog/2017/06/kubernetes-1.7-security-hardening-stateful-application-extensibility-updates/