You need to comment this line.
The setting cluster.initial_master_nodes is used to tell the node what are the master nodes it needs to look for while forming a cluster for the first time.
You have discovery.type set to single-node, which means that you want to form a single node cluster, so the cluster.initial_master_nodes cannot be used here because there is no other nodes in your cluster.