Skip to content

Task topic - consistency around having full url to examples #12740

@DanyC97

Description

@DanyC97

This is a...

  • Feature Request
  • Bug Report

Problem:
There is inconsistency in the docs around the examples K8s manifest yaml files.

Proposed Solution:

In order to divide and conquer this issue will be used as a master tracking list for the TASK topic only.

Configure pods and containers

Administer a Cluster

Inject Data Into Application

Run Applications

change

In addition, the controller assigns each Pod a unique, stable name of the form -. In this case, that results in Pods named mysql-0, mysql-1, and mysql-2.

to

In addition, the controller assigns each Pod a unique, stable name of the form - which results in Pods named mysql-0, mysql-1, and mysql-2.

Run Jobs

remove the section about

If you are working from the website source tree, you can go to the following directory and start a temporary Pod running Redis and a service so we can find it.

End user doesn't work from git repo

Access Applications in a Cluster

Monitor, Log, and debug => fix the title, remove the comma before and -> done

kubectl get nodes -o yaml | grep '\sname|cpu|memory'

to

kubectl get nodes -o yaml | egrep '\sname:|cpu:|memory:'

also turn each q on its own line

Is the port you are trying to access in spec.ports[]? Is the targetPort correct for your Pods (many Pods choose to use a different port than the Service)? If you meant it to be a numeric port, is it a number (9376) or a string “9376”? If you meant it to be a named port, do your Pods expose a port with the same name? Is the port’s protocol the same as the Pod’s?

Extend K8

TLS

Metadata

Metadata

Assignees

Labels

lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions