Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On OpenShift see https://access.redhat.com/solutions/7070905


We are going to be adding a host alias for example.com in this example by adding the following to the coredns configmap:

...

Code Block
root@ssh-server-5bd5774cf7-fgvt4:/# nslookup example.com
Server:		10.96.0.10
Address:	10.96.0.10#53

Name:	example.com
Address: 1.2.3.4

...


References

...