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

Content Type error causing pages to download instead of render #8953

Closed
1 task
andrewwatson opened this issue Jun 6, 2018 · 6 comments
Closed
1 task

Content Type error causing pages to download instead of render #8953

andrewwatson opened this issue Jun 6, 2018 · 6 comments
Assignees

Comments

@andrewwatson
Copy link
Contributor

This is a...

  • Feature Request
  • [x ] Bug Report

Problem:

the "next" button at the bottom of https://kubernetes.io/blog/2017/05/managing-microservices-with-istio-service-mesh/ doesn't work

it's a link to https://kubernetes.io/blog/2017/06/kubernetes-1.7-security-hardening-stateful-application-extensibility-updates

Proposed Solution:
It could be a configuration problem but i'm not sure exactly

Page to Update:
https://kubernetes.io/blog/2017/06/kubernetes-1.7-security-hardening-stateful-application-extensibility-updates

@ajaeger
Copy link
Contributor

ajaeger commented Jun 12, 2018

I can reproduced this on my system. "Prev" works fine on that page but "next" fails.

@lucperkins
Copy link
Contributor

/assign

@lucperkins
Copy link
Contributor

I find this absolutely baffling but I'll see if I can figure it out somehow.

@tengqm
Copy link
Contributor

tengqm commented Jul 17, 2018

@lucperkins It looks like hugo is confused by the "." in the blog name. It is treating the rest of the file name as an extension name. You may want to rename the file so that we don't have dots in it.

Similar problems exist for following posts:

  • 2016-03-00-Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite.md
  • 2016-03-00-Kubernetes-1.2-And-Simplifying-Advanced-Networking-With-Ingress.md
  • 2016-03-00-Kubernetes-1.2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management-.md
  • 2016-07-00-Five-Days-Of-Kubernetes-1.3.md
  • 2016-07-00-Kubernetes-1.3-Bridging-Cloud-Native-And-Enterprise-Workloads.md
  • 2016-09-00-Kubernetes-1.4-Making-It-Easy-To-Run-On-Kuberentes-Anywhere.md
  • 2016-10-00-Production-Kubernetes-Dashboard-UI-1.4-improvements_3.md
  • 2016-12-00-Cluster-Federation-In-Kubernetes-1.5.md
  • 2016-12-00-Five-Days-Of-Kubernetes-1.5.md
  • 2016-12-00-Kubernetes-1.5-Supporting-Production-Workloads.md
  • 2017-03-00-Five-Days-Of-Kubernetes-1.6.md
  • 2017-03-00-Kubernetes-1.6-Multi-User-Multi-Workloads-At-Scale.md
  • 2017-03-00-Scalability-Updates-In-Kubernetes-1.6.md
  • 2017-06-00-Kubernetes-1.7-Security-Hardening-Stateful-Application-Extensibility-Updates.md
  • 2018-03-26-kubernetes-1.10-stabilizing-storage-security-networking.md
  • 2018-05-04-Announcing-Kubeflow-0.1.md
  • 2018-06-26-kubernetes-1.11-release-announcement.md
  • 2018-07-16-kubernetes-1.11-release-interview.md

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 15, 2018
@tengqm
Copy link
Contributor

tengqm commented Oct 15, 2018

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 15, 2018
tengqm added a commit to tengqm/website that referenced this issue Oct 16, 2018
As reported by issue kubernetes#8953, we currently cannot properly handle dots in
the file name for blogs. These dots are causing problems in links for
many pages. This PR renames the blog entries to remove dots in file
names.

Closes: kubernetes#8953
tengqm added a commit to tengqm/website that referenced this issue Nov 1, 2018
As reported by issue kubernetes#8953, we currently cannot properly handle dots in
the file name for blogs. These dots are causing problems in links for
many pages. This PR renames the blog entries to remove dots in file
names.

Closes: kubernetes#8953
k8s-ci-robot pushed a commit that referenced this issue Nov 16, 2018
As reported by issue #8953, we currently cannot properly handle dots in
the file name for blogs. These dots are causing problems in links for
many pages. This PR renames the blog entries to remove dots in file
names.

Closes: #8953
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants